diff options
Diffstat (limited to 'doc/using-the-pandoc-api.md')
-rw-r--r-- | doc/using-the-pandoc-api.md | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md deleted file mode 100644 index b567db968..000000000 --- a/doc/using-the-pandoc-api.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 - |