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