mirror of
https://github.com/TommyTran732/tommytran.io.git
synced 2025-10-11 21:15:32 +02:00
21 lines
419 B
TOML
21 lines
419 B
TOML
# -- Markup --
|
|
# These settings are required for the theme to function.
|
|
|
|
[goldmark]
|
|
[goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[goldmark.extensions]
|
|
[goldmark.extensions.passthrough]
|
|
enable = true
|
|
[goldmark.extensions.passthrough.delimiters]
|
|
block = [['\[', '\]'], ['$$', '$$']]
|
|
inline = [['\(', '\)']]
|
|
|
|
[highlight]
|
|
noClasses = false
|
|
|
|
[tableOfContents]
|
|
startLevel = 2
|
|
endLevel = 4
|