From 2c81c4c218be757ff2610e3b47548f0642ce5c10 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 3 Aug 2017 10:50:05 -0700 Subject: 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. --- stack.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 0c8d8f0bc..d5ab94587 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,4 +11,5 @@ extra-deps: - skylighting-0.3.3 - texmath-0.9.4.1 - cmark-0.5.6 +- cmark-gfm-0.1.1 resolver: lts-8.16 -- cgit v1.2.3