Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 | |
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. | |||||
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 | |
This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. | |||||
2015-07-14 | Updated to use cmark >= 0.4. | John MacFarlane | 1 | -4/+4 | |
2015-07-08 | Correct superscript/subscript. | Andrew Dunning | 1 | -3/+3 | |
2015-03-29 | Added CommonMark writer. | John MacFarlane | 1 | -0/+178 | |
Added `Text.Pandoc.Writers.CommonMark`, exporting `writeCommonMark`. |