Added no-emoji
This commit is contained in:
parent
fa9253d9ab
commit
e52ceb8b18
4 changed files with 9403 additions and 9383 deletions
13
README.md
13
README.md
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue