WriteEscape(ReadOnlySpan, Boolean) Method

Definition

Assembly Markdig.dll

Writes the content escaped for HTML.

public void WriteEscape(ReadOnlySpan<char> content, bool softEscape = false)

Parameters

content
ReadOnlySpan<Char>

The content.

softEscape
Boolean

Only escape < and &