UseTrivia(Int32) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Returns trivia that has not yet been assigned to any node and advances the position of trivia to the ending position.

public StringSlice UseTrivia(int end)

Parameters

end
Int32

End position of the trivia

Returns