TakeLinesBefore() Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Takes the current stack of LinesBefore to assign it to a Block. Afterwards, LinesBefore is set to null.

public List<StringSlice>? TakeLinesBefore()

Returns

List<StringSlice>
The pending list of lines before the current block, or null if none.