diff options
| author | Iuri <iuricube@gmail.com> | 2026-01-04 18:00:10 +0100 |
|---|---|---|
| committer | Iuri <iuricube@gmail.com> | 2026-01-04 18:00:10 +0100 |
| commit | deadf4d987f599efc459a8192f50aa1bbbe869ef (patch) | |
| tree | e5f20932671e0ae1411deca7ec5c81b169385db6 /config/_default/markup.toml | |
| parent | 4b2df85841a71db8038e6d425bb4a6890234f63b (diff) | |
Public files
Diffstat (limited to 'config/_default/markup.toml')
| -rw-r--r-- | config/_default/markup.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/_default/markup.toml b/config/_default/markup.toml new file mode 100644 index 0000000..fccbfcc --- /dev/null +++ b/config/_default/markup.toml @@ -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 |
