mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 09:13:34 -04:00
docs: add instruction for enable and configure passthrough for latex (#530)
This commit is contained in:
@ -44,11 +44,17 @@ module:
|
||||
- path: github.com/imfing/hextra
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
noClasses: false
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
highlight:
|
||||
noClasses: false
|
||||
extensions:
|
||||
passthrough:
|
||||
delimiters:
|
||||
block: [['\[', '\]'], ['$$', '$$']]
|
||||
inline: [['\(', '\)']]
|
||||
enable: true
|
||||
|
||||
enableInlineShortcodes: true
|
||||
|
||||
|
Reference in New Issue
Block a user