squidfunk / mkdocs-material

Documentation that simply works
https://squidfunk.github.io/mkdocs-material/
MIT License
20.65k stars 3.51k forks source link

SimpleIcons emojis do not work #4455

Closed artemptushkin closed 2 years ago

artemptushkin commented 2 years ago

Contribution guidelines

I've found a bug and checked that ...

Description

SimpleIcons emojis do not work or documentation is wrong though documentation says all the emojis that we can search are available

Expected behaviour

Using :simple-gradle: leads to the Gradle icon appear in the HTML

Actual behaviour

The emoji is not rendered

image

Steps to reproduce

Copy-paste :simple-gradle: to you mkdocs.yml having the provided configuration

Package versions

Configuration

markdown_extensions:
  - mdx_truly_sane_lists
  - plantuml_markdown:
      server: http://www.plantuml.com/plantuml # PlantUML server, for remote rendering
      # other global options
      cachedir: /tmp # set a non-empty value to enable caching
      base_dir: docs # where to search for diagrams to include
      format: png # default diagram image format
      title: UML diagram # default title (tooltip) for diagram images
      alt: UML diagram image # default `alt` attribute for diagram images
      priority: 100
  - pymdownx.emoji:
      emoji_index: !!python/name:materialx.emoji.twemoji
      emoji_generator: !!python/name:materialx.emoji.to_svg

System information

squidfunk commented 2 years ago

Thanks for reporting. Simple icons were shipped in 8.4.3. Your version is 8.3.9, which is too old. Please, before creating an issue, always update to the latest version and check whether the issue persists 😊