API Reference

Class

HardBreakInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Hard line break inline. Markdown renders as two spaces + newline; HTML as .

Inheritance

Constructors

public HardBreakInline() #

Properties

public String Marker { get; set; } #

Source marker spelling that produced this hard break when parsed from markdown.

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

Source span for the hard-break marker when parsed from markdown.