New theme blowfish

This commit is contained in:
2025-10-10 00:33:18 +02:00
parent 7b65855277
commit 172548d5c0
3722 changed files with 437 additions and 170 deletions

View 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