pandoc/stack.yaml
John MacFarlane 2c81c4c218 Added gfm (GitHub-flavored CommonMark) as an input and output format.
This uses bindings to GitHub's fork of cmark, so it should parse
gfm exactly as GitHub does (excepting certain postprocessing
steps, involving notifications, emojis, etc.).

* Added Text.Pandoc.Readers.GFM (exporting readGFM)
* Added Text.Pandoc.Writers.GFM (exporting writeGFM)
* Added `gfm` as input and output forma

Note that tables are currently always rendered as HTML
in the writer; this can be improved when CMarkGFM supports
tables in output.
2017-08-07 16:59:31 -07:00

15 lines
241 B
YAML

flags:
pandoc:
trypandoc: false
embed_data_files: false
old-locale: false
network-uri: true
packages:
- '.'
extra-deps:
- hslua-0.5.0
- skylighting-0.3.3
- texmath-0.9.4.1
- cmark-0.5.6
- cmark-gfm-0.1.1
resolver: lts-8.16