doc: add markup.goldmark.extensions.passthrough in exampleSite (#1056)

Related: https://github.com/CaiJimmy/hugo-theme-stack/issues/1019
This commit is contained in:
Jimmy Cai 2024-09-07 18:47:15 +02:00 committed by GitHub
parent fa760d70cb
commit 8556681b7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ params:
repo: repo:
issueTerm: pathname issueTerm: pathname
label: label:
theme: theme:
remark42: remark42:
host: host:
@ -235,6 +235,18 @@ related:
markup: markup:
goldmark: goldmark:
extensions:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
renderer: renderer:
## Set to true if you have HTML content inside Markdown ## Set to true if you have HTML content inside Markdown
unsafe: true unsafe: true