add basic thingies
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build and Publish Docker Image / build (push) Successful in 21s

This commit is contained in:
2026-05-13 21:33:49 +00:00
parent 6d3b6b8568
commit f7de33381d
39 changed files with 719 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
# -- Markup --
# These settings are required for the theme to function.
[goldmark]
[goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[goldmark.parser.attribute]
block = true
[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