MarkdownItOptionsHtml Property
Gets or sets a value indicating to enable HTML tags in source markdown string.
Be careful! That's not safe! You may need external sanitizer to protect output from XSS.
Default value: false.
Namespace: DevCase.Core.DataProcessing.MarkdownAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Html { get; set; }
Public Property Html As Boolean
Get
Set
Dim instance As MarkdownItOptions
Dim value As Boolean
value = instance.Html
instance.Html = value
public:
property bool Html {
bool get ();
void set (bool value);
}
member Html : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean