Merge pull request #2182 from ZhenShuo2021/chore/move-config

🔧 chore: move markup config to markup.toml
This commit is contained in:
Nuno Coração
2025-06-17 22:26:47 +01:00
committed by GitHub
11 changed files with 42 additions and 37 deletions

View File

@@ -2,8 +2,15 @@
# These settings are required for the theme to function.
[goldmark]
[goldmark.renderer]
unsafe = true
[goldmark.renderer]
unsafe = true
[goldmark.extensions]
[goldmark.extensions.passthrough]
enable = true
[goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[highlight]
noClasses = false