From a552af612e9b1feb03a2fddc977db2838f274ab8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Oct 2018 09:57:10 -0700 Subject: customizing-pandoc: add suggestion about 'pandoc -t native'. --- doc/customizing-pandoc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3