You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/content-management/formats.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,15 +97,17 @@ hugo --logLevel info
97
97
98
98
### Pandoc
99
99
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.
101
103
102
104
Hugo passes these CLI flags when calling the Pandoc executable:
0 commit comments