Skip to content

Commit 09327f4

Browse files
yepzdkclaude
andcommitted
fix: add pymdownx.emoji extension for Material icon rendering
The :material-open-in-new: icon syntax in buttons requires the pymdownx.emoji markdown extension to render as SVG icons. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7019cfb commit 09327f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ markdown_extensions:
5151
- tables
5252
- attr_list
5353
- md_in_html
54+
- pymdownx.emoji:
55+
emoji_index: !!python/name:material.extensions.emoji.twemoji
56+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
5457
- toc:
5558
permalink: true
5659

0 commit comments

Comments
 (0)