outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 590 forks source link

fix: Emoticons converted after persistence #594

Closed tommoor closed 2 years ago

tommoor commented 2 years ago

Passing the defs to match gemoji exactly may also reduce filesize as it will be using the gemoji data rather than the one bundled inside of markdown-it-emoji.

This also removes any chance of disconnect between these two datasets.

closes outline/outline#2785

tommoor commented 2 years ago

cc @JiangWeixian as original author

JiangWeixian commented 2 years ago

cc @JiangWeixian as original author

lgtm