Replies: 1 comment
-
Thanks for reporting! Discussions are not the place to submit bug reports. You can help us to help you by opening a new issue and providing a minimal reproduction (mandatory) that we can run to inspect. Might be related to #5886. |
Beta Was this translation helpful? Give feedback.
0 replies
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!
I recently upgraded
mkdocs-material
from9.0.15
to9.2.3
(andmkdocs
from1.4.2
to1.5.2
) and I notice that all pages where the title contain an emoji defined in Markdown way, i.e.:# Intégration et Déploiement Continu sur :simple-gitlab: Gitlab
... are wrongly displayed:
I didn't yet opened an issue since I'm not 100% sure it's not a specific bug of my documentation, but it was rendered like that before the update:
So here are my questions:
mkdocs-material
update (9.2.x
) it should be displayed correctly with the emoji in the title ?typeset
plugin is needed (only part as Insiders) ?Thanks a lot for your hard work and thank you in advance for your reply 😃!
Edit : I forgot to mention that I had disabled the
extra_css:
andtheme:custom_dir:
sections.Edit 2: I also tried with a minimal reproductible documentation of only 1 page, and it happens too. In case here is the
Pipfile
:Beta Was this translation helpful? Give feedback.
All reactions