diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-03 10:50:05 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-07 16:59:31 -0700 |
commit | 2c81c4c218be757ff2610e3b47548f0642ce5c10 (patch) | |
tree | 888463a66a9af9bf56f9f635f2b0047080a4dbd3 /src/Text/Pandoc/Logging.hs | |
parent | 8995281691b56d711c44fb0c5cae2fc675d12eb9 (diff) | |
download | pandoc-2c81c4c218be757ff2610e3b47548f0642ce5c10.tar.gz |
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.
Diffstat (limited to 'src/Text/Pandoc/Logging.hs')
0 files changed, 0 insertions, 0 deletions