Skip to content

Commit

Permalink
Added skeletons for docs on customizing pandoc and using pandoc API.
Browse files Browse the repository at this point in the history
See #3289 and  #3288.
  • Loading branch information
jgm committed Feb 1, 2017
1 parent 4674285 commit 5b70b57
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/customizing-pandoc.md
@@ -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 changes: 28 additions & 0 deletions doc/using-the-pandoc-api.md
@@ -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

0 comments on commit 5b70b57

Please sign in to comment.