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

fix: The editor interprets links without any marks #516

Closed tommoor closed 3 years ago

tommoor commented 3 years ago

Unfortunately this requires us to have a separate serializer for pasting, as we want to retain this behavior when pasting plain text and the rules are provided on initialization of the parser, not at parse-time.

closes #513