Chrome DevTools console:
```
buttons.js:1 GitHub Buttons deprecated `data-count-api`: use `data-show-count="true"` instead. Please refer to https://github.com/ntkme/github-buttons#readme for more info.
buttons.js:1 GitHub Buttons deprecated `data-style`: use `data-size="large"` instead. Please refer to https://github.com/ntkme/github-buttons#readme for more info.
```
Fixed.
No matter if a emoji is given by the UTF-8 character or the shortname
via `:shortname:` EMOJIone's JavaScript method `toImage` [1]
> convert native unicode emoji and shortnames directly to images
so each looks similar to GitHub's markdown rendered version.
[1] https://demos.emojione.com/3.1/jstoimage.html