customizing-pandoc: add suggestion about 'pandoc -t native'.

This commit is contained in:
John MacFarlane 2018-10-16 09:57:10 -07:00
parent e32220ef4f
commit a552af612e

View file

@ -86,7 +86,8 @@ turn, are composed of other `Block`s and `Inline` elements.
(`Block` elements are things like paragraphs, lists, headers,
and code blocks. `Inline` elements are individual words,
links, emphasis, and so on.) Filters operate on these
elements.
elements. You can use `pandoc -t native` to learn about the
AST's structure.
There are two kinds of filters: JSON filters (which transform a
JSON serialization of the pandoc AST, and may be written in any