mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

Emoji Support #10

Closed sparcut closed 6 years ago

sparcut commented 6 years ago

Add support for emojis as per GitHub flavoured markdown.

https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf (Bottom of page 2)

GitHub follow this standard: WebpageFX/emoji-cheat-sheet.com

They have a few libs for node.js that parse these emojis but they don't seem to be regularly maintained.

mjbvz commented 6 years ago

Try this extension: https://marketplace.visualstudio.com/items?itemName=bierner.markdown-emoji

sparcut commented 6 years ago

Alright, however, it might be wise to add that as dep. to this, as emojis are part of GitHub flavored markdown.