Added skeletons for docs on customizing pandoc and using pandoc API.

See #3289 and  #3288.
This commit is contained in:
John MacFarlane 2017-02-01 12:50:44 +01:00
parent 46742857b5
commit 5b70b57c11
2 changed files with 46 additions and 0 deletions

18
doc/customizing-pandoc.md Normal file
View file

@ -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

View file

@ -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