Emoji parser enforces a space delimiter #87

Closed
opened 2026-01-29 14:25:54 +00:00 by claunia · 2 comments
Owner

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:

A sentence :smiley:.
Or another sentence :smiley:, more text.
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: ```md A sentence :smiley:. Or another sentence :smiley:, more text. ```
claunia added the enhancement label 2026-01-29 14:25:54 +00:00
Author
Owner

@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...

@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...
Author
Owner

@johnsimons commented on GitHub (Jan 29, 2017):

@xoofx submitted #89, I have added a couple more tests, but you may want more, not sure ?

@johnsimons commented on GitHub (Jan 29, 2017): @xoofx submitted #89, I have added a couple more tests, but you may want more, not sure ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#87