TextUtilsGetSafeMarkdownHtml Method (String) |
Converts a Markdown text into a safe HTML snippet.
Tags that are not white-listed are removed.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string GetSafeMarkdownHtml(
string markupText
)
Parameters
- markupText
- Type: SystemString
The text in Markdown format.
Return Value
Type:
StringThe HTML snippet that contains the Markdown text.
See Also