Describe the bug
When importing from Notion something like [✅ Name](example.com)
it will be displayed as Name — last
N
characters won’t be rendered as a part of the link, where N
is number of emojis contained in the name of the link.
To Reproduce
- Copy the following
[🔗 formatted link](example.com)
to Notion, then and paste or import it from here to empty page on Anytype - Observe that it pasted like
formatted link — last char is not rendered as part of the link
- Manually write
[👀 Name](example.org)
on the same page on Anytype - Export it as markdown
-
[🔗 formatted link](example.com)
is shown correctly, while[👀 Name ](example.org)
has a trailing space in the name part.
Expected behavior
Named links with emojis are displayed, parsed and serialised properly.
System Information:
- OS:
macOS 12.2.1 (21D62)
- Device Manufacturer/Model:
Apple MacBook Pro 14
- Anytype Version:
0.25.0
Additional context
It seems that iOS version doesn’t have described bug.