mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Emoji parser enforces a space delimiter #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnsimons on GitHub (Jan 26, 2017).
I am just wondering why the emoji parser enforces the space delimiter in https://github.com/lunet-io/markdig/blob/master/src/Markdig/Extensions/Emoji/EmojiParser.cs#L84-L88.
I guess I would like to remove this restriction so I can have md like:
@xoofx commented on GitHub (Jan 27, 2017):
I don't remember exactly why I required this in the first place. Maybe that's not a necessary condition, but will need some tests...
@johnsimons commented on GitHub (Jan 29, 2017):
@xoofx submitted #89, I have added a couple more tests, but you may want more, not sure ?