Enable goldmark passthrough

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-05-13 17:47:52 -07:00
parent befcd3cf98
commit 74daeee140

View File

@ -26,6 +26,13 @@ defaultContentLanguage = 'en'
endLevel = 4
ordered = false
startLevel = 3
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[languages]
[languages.en]