From ff96305e1ef6835dc22d5ebe900c9911e4679089 Mon Sep 17 00:00:00 2001 From: CRIMX Date: Fri, 23 Dec 2016 18:50:32 +0800 Subject: [PATCH] fixed yaml highlight --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9390b08..def3ff5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The filter will try to download the latest version of [Github Emojis][ghemojis] For example: - ``` yaml + ```yaml githubEmojis: localEmojis: arrow_left: https://path/to/arrow_left.png @@ -70,11 +70,11 @@ The filter will try to download the latest version of [Github Emojis][ghemojis] If you need to add code points that are not in the Github list, you can do this: - ``` + ```yaml githubEmojis: localEmojis: man_juggling: - src: https://path/to/arrow_left.png + src: https://path/to/man_juggling.png codepoints: ["1f939", "2642"] arrow_right: https://path/to/arrow_right.png ```