From 572c1e854ef87dd8e985d7c6a62a30d832422da9 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 14 Apr 2020 09:50:35 +0200 Subject: [PATCH] Fixed documentation --- docs/extensions/pymdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/pymdown.md b/docs/extensions/pymdown.md index adfd05b18..60f995bae 100644 --- a/docs/extensions/pymdown.md +++ b/docs/extensions/pymdown.md @@ -219,7 +219,7 @@ any of the included icons. To use the custom index, you need to use ``` yaml markdown_extensions: - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.material + emoji_index: !!python/name:materialx.emoji.twemoji emoji_generator: !!python/name:materialx.emoji.to_svg ```