GoToCodeIndent(Int32) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Moves to the position to the code indent (ColumnBeforeIndent + 4 spaces).

public void GoToCodeIndent(int columnOffset = 0)

Parameters

columnOffset
Int32

The column offset to apply to this indent.