aboutsummaryrefslogtreecommitdiff
path: root/doc/using-the-pandoc-api.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/using-the-pandoc-api.md
parent46742857b51b6052f5e90ad9a046a8c8f8101309 (diff)
downloadpandoc-5b70b57c1169c59a23197edd3c909c44452b18fc.tar.gz
Added skeletons for docs on customizing pandoc and using pandoc API.
See #3289 and #3288.
Diffstat (limited to 'doc/using-the-pandoc-api.md')
-rw-r--r--doc/using-the-pandoc-api.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md
new file mode 100644
index 000000000..b567db968
--- /dev/null
+++ b/doc/using-the-pandoc-api.md
@@ -0,0 +1,28 @@
+# Using the pandoc API
+
+## Concepts
+
+## Basic usage
+
+## The Pandoc structure
+
+## Reader options
+
+## Writer options
+
+## The PandocMonad class
+
+custom PandocMonad instances
+
+## Builder
+
+example: report from CSV data
+
+## Generic transformations
+
+Walk and syb for AST transformations
+
+## Filters
+
+writing filters in Haskell
+