From 8556681b7ca9ba416e8982048974d51214269bc7 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 7 Sep 2024 18:47:15 +0200 Subject: [PATCH] doc: add `markup.goldmark.extensions.passthrough` in exampleSite (#1056) Related: https://github.com/CaiJimmy/hugo-theme-stack/issues/1019 --- exampleSite/hugo.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index cf9a4ba..adcc792 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -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