Search Results for

    Show / Hide Table of Contents

    Class Options

    Inheritance
    Object
    Options
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.MarkdownLite
    Assembly: Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class 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

    LegacyMode

    Declaration
    public bool LegacyMode { get; set; }
    Property Value
    Type Description
    Boolean
    | 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

    ShouldFixId

    Declaration
    public bool ShouldFixId { 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(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX