From 4bfa5401a391045860fe758fda8548885104f11e Mon Sep 17 00:00:00 2001 From: Jason Yu Date: Thu, 19 Apr 2018 09:07:42 +0100 Subject: [PATCH 1/2] Added reference to emoji list --- docs/guide/markdown.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 2639ddcb56..2aa227dd3d 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -79,6 +79,8 @@ meta: :tada: :100: +[A list of all emojis available can be found here.](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.json) + ## Table of Contents **Input** From 183de0704940d65195a4417c8332bb1286e01e73 Mon Sep 17 00:00:00 2001 From: Jason Yu Date: Thu, 19 Apr 2018 15:50:21 +0100 Subject: [PATCH 2/2] Update markdown.md --- docs/guide/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 2aa227dd3d..e6b00034e1 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -79,7 +79,7 @@ meta: :tada: :100: -[A list of all emojis available can be found here.](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.json) +A list of all emojis available can be found [here](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.json). ## Table of Contents