When using emojis, some of them are not represented in the same way as in the emoji picker. This is a bit annoying not only because you have mismatch of icon styles, but also because you lose color.
instead of rendering it like this:
so if you use different icons, you will get something like this:
instead of
Affected areas:
- Markdown input field
- Rendered page
- Page/section title input field
- Explorer panel (page/section title)
Suggestions for fix:
- Add as default
font-variant-emoji: emoji;
to the containers that have this issue.
(i can create PR for this if it is agreed that it is a good solution)
- Add configuration somewhere that users can change the default behavior from one to the other. Maybe as general config for the whole wiki (what I think is best), or specific for the page.