You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ./assets/2023-11-17-tribute-to-dr-raymond-peat.mdI used a bunch of emojis. To get the right size relative to the text I used markdown's HTML passthrough to wrap each emoji in a div and individually size them.
This appraoch is verbose and repetative, but that's fine for unique problems. However, emoji's are nice to have, and a little work to do this automatically would go a long way.
Goldmark could automatically detect emojis in the markdown source, and automatically wrap each emoji in HTML to become the correct size. I found two sizes useful.
An mid-paragraph emoji should be around 1.5 times the normal font size.
Emoji only paragraphs should be 5 times the normal text size.
The text was updated successfully, but these errors were encountered:
In
./assets/2023-11-17-tribute-to-dr-raymond-peat.md
I used a bunch of emojis. To get the right size relative to the text I used markdown's HTML passthrough to wrap each emoji in a div and individually size them.This appraoch is verbose and repetative, but that's fine for unique problems. However, emoji's are nice to have, and a little work to do this automatically would go a long way.
Goldmark could automatically detect emojis in the markdown source, and automatically wrap each emoji in HTML to become the correct size. I found two sizes useful.
The text was updated successfully, but these errors were encountered: