mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Merge pull request #2127 from RxChi1d/main
Enable Goldmark passthrough extension for math rendering
This commit is contained in:
@@ -67,3 +67,12 @@ enableEmoji = true
|
|||||||
name = 'fragmentrefs'
|
name = 'fragmentrefs'
|
||||||
type = 'fragments'
|
type = 'fragments'
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[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