Skip to content

Commit c2a9250

Browse files
author
root
committed
feat: enable emoji support in markdown
Add pymdownx.emoji extension to render emoji shortcodes like 🚀, 🔧, and 🔭 on the homepage and throughout the site. Uses Material theme's Twemoji integration for consistent emoji rendering across all browsers and platforms.
1 parent baa8c64 commit c2a9250

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ markdown_extensions:
7979
class: mermaid
8080
format: !!python/name:pymdownx.superfences.fence_code_format
8181
- attr_list
82+
- pymdownx.emoji:
83+
emoji_index: !!python/name:material.extensions.emoji.twemoji
84+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
8285

8386
plugins:
8487
- search

0 commit comments

Comments
 (0)