Class Options
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
Constructors
Options()
Declaration
Properties
Breaks
Declaration
public bool Breaks { get; set; }
Property Value
Gfm
Declaration
public bool Gfm { get; set; }
Property Value
Declaration
public string HeaderPrefix { get; set; }
Property Value
Highlight
Declaration
public Func<string, string, string> Highlight { get; set; }
Property Value
LangPrefix
Declaration
public string LangPrefix { get; set; }
Property Value
LegacyMode
Declaration
public bool LegacyMode { get; set; }
Property Value
Mangle
Declaration
public bool Mangle { get; set; }
Property Value
Pedantic
Declaration
public bool Pedantic { get; set; }
Property Value
Sanitize
Declaration
public bool Sanitize { get; set; }
Property Value
Sanitizer
Declaration
public Func<string, string> Sanitizer { get; set; }
Property Value
ShouldExportSourceInfo
Declaration
public bool ShouldExportSourceInfo { get; set; }
Property Value
SmartLists
Declaration
public bool SmartLists { get; set; }
Property Value
Smartypants
Declaration
public bool Smartypants { get; set; }
Property Value
Tables
Declaration
public bool Tables { get; set; }
Property Value
XHtml
Declaration
public bool XHtml { get; set; }
Property Value
Extension Methods