WriteLeafRawLines(LeafBlock, Boolean, Boolean, Boolean) Method

Definition

Assembly Markdig.dll

Writes the lines of a LeafBlock

public HtmlRenderer WriteLeafRawLines(LeafBlock leafBlock, bool writeEndOfLines, bool escape, bool softEscape = false)

Parameters

leafBlock
LeafBlock

The leaf block.

writeEndOfLines
Boolean

if set to true write end of lines.

escape
Boolean

if set to true escape the content for HTML

softEscape
Boolean

Only escape < and &

Returns

HtmlRenderer
This instance