| TextUtilsGetSafeMarkdownHtml Method |
| Name | Description | |
|---|---|---|
| GetSafeMarkdownHtml(String) |
Converts a Markdown text into a safe HTML snippet.
Tags that are not white-listed are removed.
| |
| GetSafeMarkdownHtml(String, Boolean) |
Converts a Markdown text into a safe HTML snippet.
Tags that are not white-listed are removed.
| |
| GetSafeMarkdownHtml(String, String) |
Converts a Markdown text into a safe HTML document stored in a XmlDocument.
Tags that are not white-listed are removed.
|