IndentCount Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets the indent count when the fenced code block was indented and we need to remove up to indent count chars spaces from the beginning of a line.

public int IndentCount { get; set; }

Returns