CurrentRune Property

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Gets the current Rune. Recognizes supplementary code points that cannot be covered by a single Char.

public Rune CurrentRune { get; }

Returns

Rune
The current rune or default if the current position contains an incomplete surrogate pair or IsEmpty.