added latex support
This commit is contained in:
@@ -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 = [['\(', '\)']]
|
||||
|
||||
Reference in New Issue
Block a user