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

    | Improve this Doc View Source

    Options()

    Declaration
    public Options()

    Properties

    | Improve this Doc View Source

    Breaks

    Declaration
    public bool Breaks { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Gfm

    Declaration
    public bool Gfm { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    HeaderPrefix

    Declaration
    public string HeaderPrefix { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Highlight

    Declaration
    public Func<string, string, string> Highlight { get; set; }
    Property Value
    Type Description
    Func<String, String, String>
    | Improve this Doc View Source

    LangPrefix

    Declaration
    public string LangPrefix { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Mangle

    Declaration
    public bool Mangle { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Pedantic

    Declaration
    public bool Pedantic { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Sanitize

    Declaration
    public bool Sanitize { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Sanitizer

    Declaration
    public Func<string, string> Sanitizer { get; set; }
    Property Value
    Type Description
    Func<String, String>
    | Improve this Doc View Source

    ShouldExportSourceInfo

    Declaration
    public bool ShouldExportSourceInfo { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    SmartLists

    Declaration
    public bool SmartLists { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Smartypants

    Declaration
    public bool Smartypants { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Tables

    Declaration
    public bool Tables { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    XHtml

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

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX