hexo-renderer-marked icon indicating copy to clipboard operation
hexo-renderer-marked copied to clipboard

can't support emoji and  

Open Deeeeex opened this issue 2 years ago • 2 comments

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.

Deeeeex avatar Sep 13 '22 15:09 Deeeeex

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

yoshinorin avatar Sep 13 '22 16:09 yoshinorin

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

stevenjoezhang avatar Sep 15 '22 14:09 stevenjoezhang