From 5b70b57c1169c59a23197edd3c909c44452b18fc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 1 Feb 2017 12:50:44 +0100 Subject: Added skeletons for docs on customizing pandoc and using pandoc API. See #3289 and #3288. --- doc/customizing-pandoc.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/customizing-pandoc.md (limited to 'doc/customizing-pandoc.md') diff --git a/doc/customizing-pandoc.md b/doc/customizing-pandoc.md new file mode 100644 index 000000000..37b77cf1f --- /dev/null +++ b/doc/customizing-pandoc.md @@ -0,0 +1,18 @@ +# Customizing pandoc + +## Templates + +## Reference docx/odt + +## Custom lua writers + +## Custom syntax highlighting + +syntax definitions, styles + +## Filters + +including documentation of the JSON serialization format and +AST definition + + -- cgit v1.2.3