-
I wonder if it is technically possible to make emojis appear rendered when the heading title is displayed in the top bar? 2022-10-05_15-41-15.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Oct 6, 2022
Replies: 1 comment 1 reply
-
You could fall back to emoji code points, but the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hellt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could fall back to emoji code points, but the
:...:
syntax will not work, since the title is sourced from MkDocs title detection logic, which is based on four factors and doesn't go through Markdown, IIRC. It's on the MkDocs docs, but I can't find it right now.