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