Markdown ElementFallback Element 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.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string FallbackElement { get; }VB
Public ReadOnly Property FallbackElement As String
GetC++
public:
property String^ FallbackElement {
String^ get ();
}F#
member FallbackElement : string with get