aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Emoji.hs
AgeCommit message (Collapse)AuthorFilesLines
2015-12-04Fixed Emoji character definitions.John MacFarlane1-870/+871
There were many bugs in the definitions. Closes #2523.
2015-11-13Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane1-870/+870
Some of the unicode characters cause ghc parse errors in older ghc versions.
2015-11-13Added `emoji` extension to Markdown.John MacFarlane1-0/+905
This is enabled by default in `markdown_github`. Added `Ext_emoji` to `Extension` in `Text.Pandoc.Options` (API change). Closes #2523.