doc: add markup.goldmark.extensions.passthrough in exampleSite

Related: https://github.com/CaiJimmy/hugo-theme-stack/issues/1019
This commit is contained in:
Jimmy Cai 2024-09-07 18:45:30 +02:00
parent fa760d70cb
commit 3396452b07

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