Show / Hide Table of Contents

    Class Options

    Inheritance
    Object
    Options
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class Options

    Constructors

    Options()

    Declaration
    public Options()

    Properties

    Breaks

    Declaration
    public bool Breaks { get; set; }
    Property Value
    Type Description
    Boolean

    Gfm

    Declaration
    public bool Gfm { get; set; }
    Property Value
    Type Description
    Boolean

    HeaderPrefix

    Declaration
    public string HeaderPrefix { get; set; }
    Property Value
    Type Description
    String

    Highlight

    Declaration
    public Func<string, string, string> Highlight { get; set; }
    Property Value
    Type Description
    Func<String, String, String>

    LangPrefix

    Declaration
    public string LangPrefix { get; set; }
    Property Value
    Type Description
    String

    LegacyMode

    Declaration
    public bool LegacyMode { get; set; }
    Property Value
    Type Description
    Boolean

    Mangle

    Declaration
    public bool Mangle { get; set; }
    Property Value
    Type Description
    Boolean

    Pedantic

    Declaration
    public bool Pedantic { get; set; }
    Property Value
    Type Description
    Boolean

    Sanitize

    Declaration
    public bool Sanitize { get; set; }
    Property Value
    Type Description
    Boolean

    Sanitizer

    Declaration
    public Func<string, string> Sanitizer { get; set; }
    Property Value
    Type Description
    Func<String, String>

    ShouldExportSourceInfo

    Declaration
    public bool ShouldExportSourceInfo { get; set; }
    Property Value
    Type Description
    Boolean

    SmartLists

    Declaration
    public bool SmartLists { get; set; }
    Property Value
    Type Description
    Boolean

    Smartypants

    Declaration
    public bool Smartypants { get; set; }
    Property Value
    Type Description
    Boolean

    Tables

    Declaration
    public bool Tables { get; set; }
    Property Value
    Type Description
    Boolean

    XHtml

    Declaration
    public bool XHtml { get; set; }
    Property Value
    Type Description
    Boolean

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX