Skip to content

Commit fe5537b

Browse files
authored
content: Describe the pandoc format
1 parent 1083452 commit fe5537b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎content/en/content-management/formats.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,17 @@ hugo --logLevel info
9797

9898
### Pandoc
9999

100-
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.
100+
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.
101+
102+
[^1]: This is a derivation of the Markdown format as described by the CommonMark specification.
101103

102104
Hugo passes these CLI flags when calling the Pandoc executable:
103105

104106
```text
105107
--mathjax
106108
```
107109

108-
[Pandoc]: https://pandoc.org/
110+
[Pandoc]: https://pandoc.org/MANUAL.html#pandocs-markdown
109111

110112
### reStructuredText
111113

0 commit comments

Comments
 (0)