github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/gh-pages/config/_default/markup.toml (about)

     1  defaultMarkdownHandler = "goldmark"
     2  
     3  [goldmark]
     4    [goldmark.extensions]
     5      linkify = false
     6    [goldmark.parser]
     7      autoHeadingID = true
     8      autoHeadingIDType = "github"
     9      [goldmark.parser.attribute]
    10        block = true
    11        title = true
    12    [goldmark.renderer]
    13      unsafe = true
    14  
    15  [highlight]
    16    codeFences = false
    17    guessSyntax = false
    18    hl_Lines = ""
    19    lineNoStart = 1
    20    lineNos = false
    21    lineNumbersInTable = true
    22    noClasses = false
    23    style = "dracula"
    24    tabWidth = 4
    25  
    26  [tableOfContents]
    27    endLevel = 3
    28    ordered = false
    29    startLevel = 2