Welcome to the Bluefly.io code repository. By logging in, you agree to comply with our terms of service and code of conduct.

Skip to content

Fix: Use pymdownx.emoji instead of materialx for emoji support

This PR fixes the MkDocs build error related to the missing materialx package. Instead of using materialx.emoji, which requires a complex installation process, this change uses the built-in pymdownx.emoji module that comes with pymdown-extensions.

Merge request reports

Loading