MkDocs Material Extensions
NOTE: This project is now deprecated as MkDocs for Material now implements this logic directly.
Users should migrate to using mkdocs-material's material.extensions.emoji.twemoji and
material.extensions.emoji.to_svg in place of the respective materialx.emoji.twemoji and materialx.emoji.to_svg
functions provided by this library.
Markdown extension resources for MkDocs for Material
Install
Generally, just installing MkDocs Material will automatically install mkdocs-material-extensions. But if you had a
need to manually install it, you can use pip.
pip install mkdocs-material-extensions
But make sure you've also installed MkDocs Material as well as this won't work without it.
pip install mkdocs-material
Inline SVG Icons
MkDocs Material provides numerous icons from Material, FontAwesome, and Octicons, but it does so by inlining the SVG
icons into the source. Currently there is no easy way access these icons and arbitrarily insert them into Markdown
content. Us
|