-
Home
-
API
-
Markdig.Parsers
-
BlockProcessor
-
Methods
-
TakeLinesBefore()
TakeLinesBefore() Method
Definition
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.