API Reference

Class

HorizontalRuleBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Horizontal rule (thematic break). Rendered as --- in Markdown and in HTML.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public HorizontalRuleBlock() #

Properties

public Nullable<MarkdownSourceSpan> MarkerSourceSpan { get; set; } #

Source span of the thematic-break marker token when parsed from markdown.

public String MarkerText { get; set; } #

Exact thematic-break marker text when parsed from markdown.