API Reference

Class

MarkdownTextRun

Plain text run.

Inheritance

Constructors

public MarkdownTextRun(String text) #

Creates a plain text run.

Parameters

text System.String requiredposition: 0

Properties

public virtual String Text { get; } #

Text content.

public String EscapeMarker { get; set; } #

Backslash escape marker text when this run was parsed from an escaped character.

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

Source span for the backslash escape marker when this run was parsed from markdown.

public String EscapedCharacter { get; set; } #

Escaped character text when this run was parsed from an escaped character.

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

Source span for the escaped character when this run was parsed from markdown.