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.