API Reference

Class

MarkdownNativeThematicBreakBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a CommonMark thematic break / horizontal rule.

Inheritance

Properties

public HorizontalRuleBlock HorizontalRule { get; } #

Source horizontal rule block.

public String Marker { get; } #

Normalized markdown marker used for semantic rendering.

public String MarkerText { get; } #

Exact thematic-break marker text when parsed from markdown.

public Nullable<MarkdownSourceSpan> MarkerSourceSpan { get; } #

Source span for the thematic-break marker token when available.