Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+0 | |
2015-12-04 | Fixed Emoji character definitions. | John MacFarlane | 1 | -870/+871 | |
There were many bugs in the definitions. Closes #2523. | |||||
2015-11-13 | Text.Pandoc.Emoji: use hex escapes instead of Unicode in source. | John MacFarlane | 1 | -870/+870 | |
Some of the unicode characters cause ghc parse errors in older ghc versions. | |||||
2015-11-13 | Added `emoji` extension to Markdown. | John MacFarlane | 1 | -0/+905 | |
This is enabled by default in `markdown_github`. Added `Ext_emoji` to `Extension` in `Text.Pandoc.Options` (API change). Closes #2523. |