Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/_posts/2016-01-29-jekyll-github-flavored-markdown.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add [gfm-hack.js][gfm-hack] to html `<head>` to enable `<h2>` ~ `<h6>` hover anc
```html
<head>
...
<script type="text/javascript" src="/js/gfm-hack.js"/>
<script type="text/javascript" src="/js/gfm-hack.js"></script>
</head>
```

Expand All @@ -54,13 +54,13 @@ Add [gfm-hack.js][gfm-hack] to html `<head>` to enable `<h2>` ~ `<h6>` 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
Expand Down