pandoc/doc/using-the-pandoc-api.md
John MacFarlane 91ab987a52 Removed customizing-pandoc.md from doc/, added filters.md.
filters.md is essentially the scripting tutorial from the
webiste.
2017-09-16 23:00:20 -07:00

29 lines
330 B
Markdown

% Using the pandoc API
% John MacFarlane
# 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