docs: add instruction for enable and configure passthrough for latex (#530)

This commit is contained in:
Xin
2024-12-30 23:13:23 +00:00
committed by GitHub
parent 12815aaddc
commit 594b1f190c
2 changed files with 46 additions and 3 deletions

View File

@ -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