MarkdownItOptionsBreakLines Property
Gets or sets a value indicating to convert '\n' line breaks to <br> tags.
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 BreakLines { get; set; }
Public Property BreakLines As Boolean
Get
Set
Dim instance As MarkdownItOptions
Dim value As Boolean
value = instance.BreakLines
instance.BreakLines = value
public:
property bool BreakLines {
bool get ();
void set (bool value);
}
member BreakLines : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean