mirror of
https://github.com/TommyTran732/tommytran.io.git
synced 2025-10-11 21:15:34 +02:00
Initial file upload
This commit is contained in:
20
config/_default/markup.toml
Normal file
20
config/_default/markup.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
# -- 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
|
Reference in New Issue
Block a user