mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Emojis don't get converted at the start of links #652
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 @Flayms on GitHub (Feb 4, 2024).
With the following code
I am getting the following output:
I believe the first emoji should be converted as well.
@Scooletz commented on GitHub (Mar 21, 2024):
This is probably due to:
391f376fa2/src/Markdig/Extensions/Emoji/EmojiParser.cs (L29-L33)The question is whether it's aligned to the spec that requires a space before an emoji https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/EmojiSpecs.md