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