1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-18 17:04:09 +01:00

Fixed documentation

This commit is contained in:
squidfunk 2020-04-14 09:50:35 +02:00
parent 02dd77f307
commit 572c1e854e

View File

@ -219,7 +219,7 @@ any of the included icons. To use the custom index, you need to use
``` yaml ``` yaml
markdown_extensions: markdown_extensions:
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.material emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:materialx.emoji.to_svg
``` ```