mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 12:04:46 -04:00
content: Describe the pandoc format
This commit is contained in:
parent
10834529ea
commit
fe5537bb2d
@ -97,7 +97,9 @@ hugo --logLevel info
|
|||||||
|
|
||||||
### Pandoc
|
### 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:
|
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
|
--mathjax
|
||||||
```
|
```
|
||||||
|
|
||||||
[Pandoc]: https://pandoc.org/
|
[Pandoc]: https://pandoc.org/MANUAL.html#pandocs-markdown
|
||||||
|
|
||||||
### reStructuredText
|
### reStructuredText
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user