diff --git a/en/_posts/2016-01-29-jekyll-github-flavored-markdown.markdown b/en/_posts/2016-01-29-jekyll-github-flavored-markdown.markdown index 5cb677e..0ce6e39 100644 --- a/en/_posts/2016-01-29-jekyll-github-flavored-markdown.markdown +++ b/en/_posts/2016-01-29-jekyll-github-flavored-markdown.markdown @@ -45,7 +45,7 @@ Add [gfm-hack.js][gfm-hack] to html `` to enable `

` ~ `

` hover anc ```html ... - ``` @@ -54,13 +54,13 @@ Add [gfm-hack.js][gfm-hack] to html `` to enable `

` ~ `

` hover anc Add the install script in `Gemfile`, if not exists the file then create one. ```ruby -gem 'jemojy' +gem 'jemoji' ``` Add the dependency in `_config.yml`. ```ruby -gems: [jemoji] +plugins: [jemoji] ``` ## Tests