-
Hi. I'm using the - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg Emoji like <img alt=":fontawesome-solid-database:" class="twemoji" src="https://twemoji.maxcdn.com/v/latest/svg/None.svg" title=":fontawesome-solid-database:"> Is there some additional configuration I need to switch on? TIA! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
This comment has been hidden.
This comment has been hidden.
-
Oh is Material using v5? The docs site properly displays |
Beta Was this translation helpful? Give feedback.
-
Wait, I think your configuration is wrong. Try: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg # <- not pymdownx, but materialx Did you copy that somewhere? If so, we should fix the location. |
Beta Was this translation helpful? Give feedback.
Wait, I think your configuration is wrong. Try:
Did you copy that somewhere? If so, we should fix the location.