Skip to content
Discussion options

You must be logged in to vote

This issue does not occur on the latest release, but only on master. To fix it, change the configuration of pymdownx.emoji:

Now:

- pymdownx.emoji:
      emoji_generator: !!python/name:material.extensions.emoji.to_svg
      emoji_index: !!python/name:material.extensions.emoji.twemoji

Before:

- pymdownx.emoji:
      emoji_generator: !!python/name:materialx.emoji.to_svg
      emoji_index: !!python/name:materialx.emoji.twemoji

We're working on an upgrade path that will be part of 9.4.0, so materialx will work again in 9.4.0, but print a deprecation message. Going forward, material.extensions is the new namespace where our Markdown extensions will live

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@danielchalef
Comment options

@squidfunk
Comment options

@squidfunk
Comment options

Comment options

You must be logged in to vote
4 replies
@squidfunk
Comment options

@facelessuser
Comment options

@facelessuser
Comment options

@squidfunk
Comment options

Answer selected by squidfunk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants