MarkdownElementFallbackElement Property
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.
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.MarkdownAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string FallbackElement { get; }
Public ReadOnly Property FallbackElement As String
Get
public:
property String^ FallbackElement {
String^ get ();
}
member FallbackElement : string with get
Property Value
String