summaryrefslogtreecommitdiff
path: root/config/_default/markup.toml
blob: c5449fc38babae996ace0501e8841cd5284a43aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -- Markup --
# These settings are required for the theme to function.

[goldmark]
[goldmark.renderer]
  unsafe = true

[highlight]
  noClasses = false

[tableOfContents]
  startLevel = 2
  endLevel = 4