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 592 forks source link

fix: Improve handling of checkbox-like data #476

Closed tommoor closed 3 years ago

tommoor commented 3 years ago

Handles multiple situations where pasting data that looks like a checkbox [ ] could cause the editor to error.

closes #475