Indent Property

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets the current indent position (number of columns between the previous indent and the current position).

public int Indent { get; }

Returns