content: Describe the pandoc format

This commit is contained in:
Joe Mooring 2025-05-11 12:42:57 -07:00 committed by GitHub
parent 10834529ea
commit fe5537bb2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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