Inline Property

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets or sets the current inline. Used by InlineParser to return a new inline if match was successfull

public Inline? Inline { get; set; }

Returns