added latex support

This commit is contained in:
Lucas Rufkahr
2026-03-02 20:02:24 -06:00
parent 7d47306f4f
commit c3dd0c0dd8
8 changed files with 159 additions and 0 deletions

View File

@@ -7,3 +7,10 @@ title = 'My New Hugo Site'
[markup]
[markup.highlight]
style = 'gruvbox-light'
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]