Emoji parser enforces a space delimiter #84

Open
opened 2026-01-29 14:25:49 +00:00 by claunia · 0 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:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#84