summaryrefslogtreecommitdiff
path: root/doc/using-the-pandoc-api.md
diff options
context:
space:
mode:
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