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.

Definition

Namespace: DevCase.Core.DataProcessing.Markdown
Assembly: 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; }

Property Value

Boolean

See Also