Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rulikkk authored Mar 24, 2018
1 parent 8d65897 commit 1e8499e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Adds slack-style emoji to gatsby's markdown πŸ‘!

See [usage](#usage) and [configuration](#configuration) below. By configuring, you can make this plugin to convert:
See [usage](#usage), [configuration](#configuration) and [changelog](#changelog) below. By configuring, you can make this plugin to convert:
- Slack-style emoji to gatsby's markdown: `:smile: -> πŸ˜€`
- Unicode emoji to short-code: `πŸ˜€ -> :smile:`
- Slack-style and/or Unicode emoji to images
Expand Down Expand Up @@ -53,3 +53,13 @@ This is config with options:
}
},
```

# Changelog

## v0.0.2
- Merged [#1](https://github.com/Rulikkk/gatsby-remark-emoji/pull/1) that adds more conversion options
- Improved docs about conversion options and added changelog
- Added keywords to `package.json` per [gatsbyjs/gatsby#4394](https://github.com/gatsbyjs/gatsby/issues/4394)

## v0.0.1
Initial version. Works only with slack-style to Unicode

0 comments on commit 1e8499e

Please sign in to comment.