update
All checks were successful
Deploy / deploy (push) Successful in 17s

This commit is contained in:
2026-04-22 08:46:19 +03:00
parent 7e5b8ade88
commit 77165a7999
26 changed files with 3156 additions and 3 deletions

View File

@@ -15,3 +15,15 @@ theme = 'github.com/imfing/hextra'
[params]
description = 'Learn Java programming'
[params.math]
engine = 'katex'
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]