hexojs / hexo-renderer-marked

Markdown renderer for Hexo
MIT License
179 stars 94 forks source link

can't support emoji and   #232

Closed Deeeeex closed 2 years ago

Deeeeex commented 2 years ago

I found that emoji like ":smile:" can't displayed normally in my website When I change the Markdown engine to hexo-renderer-markdown-it I found that emoji shows well but checklist like "- [x]"can't be displayed.

yoshinorin commented 2 years ago

markedjs does not supports emoji. We have to implement it by ourselves if we want to use emoji with hexo-renderer-marked.

https://github.com/markedjs/marked/issues/233

stevenjoezhang commented 2 years ago

Or you can try 3rd party plugins like: https://github.com/theme-next/hexo-filter-emoji