summaryrefslogtreecommitdiff
path: root/doc/using-the-pandoc-api.md
blob: aa9ab8c76e95c6cecf66796f0515a658e6da1790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
% Using the pandoc API
% John MacFarlane

intro - pandoc can be used as a library, to write
your own custom conversion tools, or to power
a web application.

# Basic usage

a simple example

# The Pandoc structure

blocks/inlines

# Readers and writers

getReader, getWriter

# Options

inc extensions

# Builder

Inlines vs Inline, etc.
monoid

example: report from CSV data

# The PandocMonad class

motivations
Class.
advanced: custom PandocMonad instances

# Templates and other data files

# Handling errors and warnings

# Generic transformations

Walk and syb for AST transformations

# Filters

just the basic idea of toJSONFilter
the rest can be left to filters.md

# Self-contained


# PDF

# Creating a front-end

Text.Pandoc.App