summaryrefslogtreecommitdiffstats
path: root/docs/config/_default/markup.toml
blob: a0c1e83a7fa343a5667429c60b70492ff518dd98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
defaultMarkdownHandler = "goldmark"

[goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true

  [goldmark.extensions.passthrough]
  enable = true

    [goldmark.extensions.passthrough.delimiters]
      block = [['\[', '\]'], ['$$', '$$']]
      inline = [['\(', '\)']]

[goldmark.parser]
autoHeadingID = true
autoHeadingIDType = "github"

  [goldmark.parser.attribute]
  block = true
  title = true

[goldmark.renderer]
hardWraps = false
unsafe = false
xhtml = false

[highlight]
style = "trac"
lineNumbersInTable = true
noClasses = false

[tableOfContents]
endLevel = 2
ordered = false
startLevel = 2