MarkdownElement Class
Definition
- Assembly
- Sandcastle.Core.dll
This handles parent elements that are enclosed in markdown syntax
public class MarkdownElement : Element
- Inheritance
-
MarkdownElement
Constructors
| MarkdownElement(string, string, string, string) |
Constructor |
| MarkdownElement(string, string, string, string, string) |
Constructor |
Fields
| Ddue |
The root MAML namespace (Inherited from Element) |
| NonBreakingSpace |
A non-breaking space (Inherited from Element) |
| Xlink |
The XML linking language namespace (Inherited from Element) |
| XmlSpace |
The xml:space name (Inherited from Element) |
Properties
| FallbackElement |
This read-only property returns the fallback HTML element to use if a block parent HTML element is detected that will cause the markdown syntax to be ignored. |
| Name |
This read-only property returns the element name (Inherited from Element) |
| PrefixSyntax |
This read-only property returns the prefix Markdown syntax |
| SuffixSyntax |
This read-only property returns the suffix Markdown syntax |
| ValueAttributeName |
This read-only property returns the name of the attribute value from which to get the value for the converted element's content. If null, the elements nodes are used instead. |
Methods
| AddAddressBookmark(XElement, string) |
Add a bookmark for an address attribute |
| Render(TopicTransformationCore, XElement) |
Render the element to the topic |