updated math syntax

This commit is contained in:
2026-03-03 09:45:04 -06:00
parent 89688be822
commit 19e0cc3652
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ title = 'My New Hugo Site'
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
inline = [['\(', '\)'], ['$', '$']]
[params]
math = true