1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-02-22 09:45:07 +00:00
balkian.github.com/config/_default/markup.toml
J. Fernando Sánchez cff78c7e76 Changed hugo theme
2025-02-14 14:02:56 +01:00

26 lines
496 B
TOML

# Markdown renderer configuration
[goldmark.renderer]
unsafe = true
[goldmark.extensions.passthrough]
enable = true
# LaTeX math support
# https://gohugo.io/content-management/mathematics/
[goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[tableOfContents]
endLevel = 4
ordered = true
startLevel = 2
[highlight]
noClasses = false
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
tabWidth = 4