| TextUtilsGetSafeMarkdownHtml Method (String, Boolean) | 
            Converts a Markdown text into a safe HTML snippet. 
            Tags that are not white-listed are removed.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string GetSafeMarkdownHtml(
	string markupText,
	out bool isFallbackResult
)
Parameters
- markupText
 - Type: SystemString
The text in Markdown format. - isFallbackResult
 - Type: SystemBoolean
true if the Markdown conversion failed and a fallback result is provided; otherwise false. 
Return Value
Type: 
StringThe HTML snippet that contains the Markdown text.
See Also