feat(emojify): add no-emoji option
This commit is contained in:
parent
37daa7ef9c
commit
3aef37a445
4 changed files with 22 additions and 1 deletions
|
|
@ -295,3 +295,13 @@ window.$docsify = {
|
|||
```
|
||||
|
||||
Note that if you are running an external script, e.g. an embedded jsfiddle demo, make sure to include the [external-script](plugins?id=external-script) plugin.
|
||||
|
||||
## no-emoji
|
||||
|
||||
Disabled emoji parse.
|
||||
|
||||
```js
|
||||
window.$docsify = {
|
||||
noEmoji: true
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue