<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=docsify --> <!-- Please ask questions on gitter: https://gitter.im/docsifyjs/Lobby --> ## Bug Report When using `:+1:` in markdown the corresponding thumbs up is not rendering. #### Steps to reproduce Add `:+1:` in markdown and `docsify serve docs` #### What is current behaviour The string `:+1:` is displayed as is in the rendered page. #### What is the expected behaviour The emoji for thumbs up( :+1: ) should be shown. #### Other relevant information <!-- (Update "[ ]" to "[x]" to check a box) --> - [x] Bug does still occur when all/other plugins are disabled? - Your OS: MacOS Catalina - Node.js version: v13.3.0 - npm/yarn version: v6.14.4 - Browser version: Chrome v81.0.xxx - Docsify version: latest at `cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js` - Docsify plugins: emoji <!-- Love docsify? Please consider supporting our collective: 👉 https://opencollective.com/docsify/donate --> #### Please create a reproducible sandbox [ #### Mention the docsify version in which this bug was not present (if any) NA
Bug Report
When using
:+1:in markdown the corresponding thumbs up is not rendering.Steps to reproduce
Add
:+1:in markdown anddocsify serve docsWhat is current behaviour
The string
:+1:is displayed as is in the rendered page.What is the expected behaviour
The emoji for thumbs up( 👍 ) should be shown.
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS: MacOS Catalina
Node.js version: v13.3.0
npm/yarn version: v6.14.4
Browser version: Chrome v81.0.xxx
Docsify version: latest at
cdn.jsdelivr.net/npm/docsify/lib/docsify.min.jsDocsify plugins: emoji
Please create a reproducible sandbox

NA