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.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string FallbackElement { get; }

Property Value

String

See Also