MarkdownElement.MarkdownElement Constructor
Definition
- Assembly
- Sandcastle.Core.dll
MarkdownElement(string, string, string, string)
Constructor
public MarkdownElement(string name, string prefixSyntax, string suffixSyntax, string fallbackElement)
Parameters
namestringThe element name
prefixSyntaxstringThe markdown prefix syntax character(s) to use before the content or null if there isn't any
suffixSyntaxstringThe markdown suffix syntax character(s) to use after the content or null if there isn't any
fallbackElementstringThe fallback HTML element to use if a block parent HTML element is detected that will cause the markdown syntax to be ignored.
MarkdownElement(string, string, string, string, string)
Constructor
public MarkdownElement(string name, string valueAttributeName, string prefixSyntax, string suffixSyntax, string fallbackElement)
Parameters
namestringThe element name
valueAttributeNamestringThe attribute name from which to get the value to render in the content
prefixSyntaxstringThe markdown prefix syntax character(s) to use before the content or null if there isn't any
suffixSyntaxstringThe markdown suffix syntax character(s) to use after the content or null if there isn't any
fallbackElementstringThe fallback HTML element to use if a block parent HTML element is detected that will cause the markdown syntax to be ignored.