converting HTML to Markdown - Emojis #7197
markus-96
started this conversation in
Showcase your Wiki
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When I have a page in HTML with embedded emojis and I convert them into Markdown, the emojis are always embedded as a picture, filling in the whole width of the page, what breaks the entire page.
For example:
HTML:
gets converted to:
instead of:
:apple:Maybe I could implement a turndown rule to compensate this?
Something like (completely untested):
If you like the idea, I would start making a PR for it.
All reactions