Skip to content

Commit ff45bce

Browse files
dmealingclaude
andcommitted
Fix Material Design icon rendering in documentation
- Add pymdownx.emoji extension to MkDocs configuration - Configure emoji_index and emoji_generator for Material theme icons - Resolves icons showing as text like ':material-rocket-launch:{ .lg .middle }' - Icons will now render properly as SVG Material Design icons - Improves visual presentation of documentation 🚀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8f91cfa commit ff45bce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/src/site/documentation/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ markdown_extensions:
5353
format: !!python/name:pymdownx.superfences.fence_code_format
5454
- pymdownx.tabbed:
5555
alternate_style: true
56+
- pymdownx.emoji:
57+
emoji_index: !!python/name:material.extensions.emoji.twemoji
58+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
5659
- admonition
5760
- pymdownx.details
5861
- attr_list

0 commit comments

Comments
 (0)