From fe5537bb2dab5b77eb5ca1fc0d74aa5f858082c7 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 11 May 2025 12:42:57 -0700 Subject: [PATCH] content: Describe the pandoc format --- content/en/content-management/formats.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/content-management/formats.md b/content/en/content-management/formats.md index 087f9d9b8..c82329ab2 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -97,7 +97,9 @@ hugo --logLevel info ### Pandoc -Create your content in the [Pandoc] format preceded by front matter. Hugo renders Pandoc content to HTML using the Pandoc executable. You must install Pandoc to render the Pandoc content format. +Create your content in the [Pandoc] format[^1] preceded by front matter. Hugo renders Pandoc content to HTML using the Pandoc executable. You must install Pandoc to render the Pandoc content format. + +[^1]: This is a derivation of the Markdown format as described by the CommonMark specification. Hugo passes these CLI flags when calling the Pandoc executable: @@ -105,7 +107,7 @@ Hugo passes these CLI flags when calling the Pandoc executable: --mathjax ``` -[Pandoc]: https://pandoc.org/ +[Pandoc]: https://pandoc.org/MANUAL.html#pandocs-markdown ### reStructuredText