XsltMarkdownTools.Escape Method

Namespace
Kampute.DocToolkit.Xslt
Assembly
  • Kampute.DocToolkit.dll

Definition

Escapes Markdown special characters in the specified text.
public string Escape(string text)

Parameters

text string
The text to escape.

Returns

string
The text with escaped Markdown special characters.