summaryrefslogtreecommitdiff
path: root/doc/customizing-pandoc.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-01 12:50:44 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-01 12:50:44 +0100
commit5b70b57c1169c59a23197edd3c909c44452b18fc (patch)
treee14ee8affdf967252ea4e91afebbb0f061dbb040 /doc/customizing-pandoc.md
parent46742857b51b6052f5e90ad9a046a8c8f8101309 (diff)
Added skeletons for docs on customizing pandoc and using pandoc API.
See #3289 and #3288.
Diffstat (limited to 'doc/customizing-pandoc.md')
-rw-r--r--doc/customizing-pandoc.md18
1 files changed, 18 insertions, 0 deletions
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
+
+