MarkdownItOptionsXhtmlOutput Property

Gets or sets a value indicating to add '/' when closing single tags. (<br />).

This is needed only for full CommonMark compatibility. In real world you will need HTML output.

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 XhtmlOutput { get; set; }

Property Value

Boolean

See Also