Why are icons no longer rendering? #6055
-
|
Icons are no longer rendering when used with, I think, the @squidfunk - fyi this is impacting the Material docs site, too. Tested on MacOS 13.4.1 with:
Below are two examples from https://squidfunk.github.io/mkdocs-material/
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Thanks for reporting. We're aware of the issue, see #6054. Please use version 9.3.2, while we fix the issue on |
Beta Was this translation helpful? Give feedback.
-
|
This issue does not occur on the latest release, but only on Now: - pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemojiBefore: - pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemojiWe're working on an upgrade path that will be part of 9.4.0, so |
Beta Was this translation helpful? Give feedback.
-
My bad. |
Beta Was this translation helpful? Give feedback.


This issue does not occur on the latest release, but only on
master. To fix it, change the configuration ofpymdownx.emoji:Now:
Before:
We're working on an upgrade path that will be part of 9.4.0, so
materialxwill work again in 9.4.0, but print a deprecation message. Going forward,material.extensionsis the new namespace where our Markdown extensions will live