markdown-it-emoji
markdown-it-emoji copied to clipboard
Emoji syntax plugin for markdown-it markdown parser
Gemoji is rarely updated and still does not support Unicode 10.0, released in June 2017. github/gemoji#139 Consider to switch to [Emojione](https://github.com/emojione/emojione/blob/master/emoji.json) or [Emojidata](https://github.com/iamcal/emoji-data/blob/master/emoji.json) instead. Twemoji and Noto Emoji do not...
Hi Does the library supports for converting Unicode emojis into custom emojis? In here, we can see literal wink emoji has transformed but not the Unicode one. It would be...
I have the error who says me to install @types/markdown-it-emoji because I use typescipt but the @types/markdown-it-emoji doesn't export full.
A very straightforward implementation of #43. "It just works!" I'm sure it's possible to provide an option to control this behavior, but it doesn't seem necessary.
This PR updates the "Shortcut" link in the README.
Hi, I'm trying to add additional shortcuts like so: ```js import markdownIt from 'markdown-it' import { full as emoji } from 'markdown-it-emoji' const md = markdownIt() .use(emoji, { shortcuts: {...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in actions/setup-node#1374...
When true, user overrides extend the preset maps instead of replacing them.