MarkdownElement(String, String, String, String) Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.MarkdownAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public MarkdownElement(
string name,
string prefixSyntax,
string suffixSyntax,
string fallbackElement
)
Public Sub New (
name As String,
prefixSyntax As String,
suffixSyntax As String,
fallbackElement As String
)
public:
MarkdownElement(
String^ name,
String^ prefixSyntax,
String^ suffixSyntax,
String^ fallbackElement
)
new :
name : string *
prefixSyntax : string *
suffixSyntax : string *
fallbackElement : string -> MarkdownElement
Parameters
- name String
- The element name
- prefixSyntax String
- The markdown prefix syntax character(s) to use before the content or null
if there isn't any
- suffixSyntax String
- The markdown suffix syntax character(s) to use after the content or
null if there isn't any
- fallbackElement String
- The fallback HTML element to use if a block parent HTML element is
detected that will cause the markdown syntax to be ignored.