interface Options {
    blankReplacement?: ReplacementFunction;
    br?: string;
    bulletListMarker?: "*" | "-" | "+";
    codeBlockStyle?: "indented" | "fenced";
    defaultReplacement?: ReplacementFunction;
    emDelimiter?: "_" | "*";
    fence?: "```" | "~~~";
    headingStyle?: "setext" | "atx";
    hr?: string;
    keepReplacement?: ReplacementFunction;
    linkReferenceStyle?: "full" | "collapsed" | "shortcut";
    linkStyle?: "inlined" | "referenced";
    strongDelimiter?: "__" | "**";
}

Properties

blankReplacement?: ReplacementFunction
br?: string
bulletListMarker?: "*" | "-" | "+"
codeBlockStyle?: "indented" | "fenced"
defaultReplacement?: ReplacementFunction
emDelimiter?: "_" | "*"
fence?: "```" | "~~~"
headingStyle?: "setext" | "atx"
hr?: string
keepReplacement?: ReplacementFunction
linkReferenceStyle?: "full" | "collapsed" | "shortcut"
linkStyle?: "inlined" | "referenced"
strongDelimiter?: "__" | "**"

Generated using TypeDoc