diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-16 09:57:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-16 09:57:10 -0700 |
commit | a552af612e9b1feb03a2fddc977db2838f274ab8 (patch) | |
tree | cfcf5ff4fe545c3b6d572782a58fe08b86b041e0 /doc | |
parent | e32220ef4ffaf2c275a57f9034ef4ec28ab91ea3 (diff) | |
download | pandoc-a552af612e9b1feb03a2fddc977db2838f274ab8.tar.gz |
customizing-pandoc: add suggestion about 'pandoc -t native'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/customizing-pandoc.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/customizing-pandoc.md b/doc/customizing-pandoc.md index d20c589c3..0e4f02755 100644 --- a/doc/customizing-pandoc.md +++ b/doc/customizing-pandoc.md @@ -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 |