Added skeletons for docs on customizing pandoc and using pandoc API.
See #3289 and #3288.
This commit is contained in:
parent
46742857b5
commit
5b70b57c11
2 changed files with 46 additions and 0 deletions
18
doc/customizing-pandoc.md
Normal file
18
doc/customizing-pandoc.md
Normal 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
|
||||||
|
|
||||||
|
|
28
doc/using-the-pandoc-api.md
Normal file
28
doc/using-the-pandoc-api.md
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue