Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added no-emoji
  • Loading branch information
crimx committed Jan 5, 2018
1 parent fa9253d commit e52ceb8
Show file tree
Hide file tree
Showing 4 changed files with 9,403 additions and 9,383 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -103,6 +103,19 @@ If you do not like the `::`-style keywords, you can always use tags:
{% github_emoji sparkles %}
```

Add `no-emoji: true` to front-matter to stop replacing `::`:

```md
---
title: Hello World
no-emoji: true
---

:tada: as it is.

{% github_emoji tada %} still works.
```

## Helper

You can also render a GitHub emoji from a template using the `github_emoji` helper:
Expand Down

0 comments on commit e52ceb8

Please sign in to comment.