summaryrefslogtreecommitdiff
path: root/doc/using-the-pandoc-api.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-09-16 23:00:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-09-16 23:00:20 -0700
commit91ab987a524a34b56b2763f639318bf6b800c09a (patch)
treed2f6adbf59259f60e283c9f802fdeb78ca447c67 /doc/using-the-pandoc-api.md
parent9add71365489cf21c07221e86f5705c6494c1efb (diff)
Removed customizing-pandoc.md from doc/, added filters.md.
filters.md is essentially the scripting tutorial from the webiste.
Diffstat (limited to 'doc/using-the-pandoc-api.md')
-rw-r--r--doc/using-the-pandoc-api.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md
index b567db968..e80c3641f 100644
--- a/doc/using-the-pandoc-api.md
+++ b/doc/using-the-pandoc-api.md
@@ -1,28 +1,29 @@
-# Using the pandoc API
+% Using the pandoc API
+% John MacFarlane
-## Concepts
+# Concepts
-## Basic usage
+# Basic usage
-## The Pandoc structure
+# The Pandoc structure
-## Reader options
+# Reader options
-## Writer options
+# Writer options
-## The PandocMonad class
+# The PandocMonad class
custom PandocMonad instances
-## Builder
+# Builder
example: report from CSV data
-## Generic transformations
+# Generic transformations
Walk and syb for AST transformations
-## Filters
+# Filters
writing filters in Haskell