fix(link): Fix autolinking and pasting#4292
Conversation
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@bdbch The docs for the
But I don't think this is quite true... Take the link editor example and paste something like This became a problem for us because we have Markdown support on our editor, and we have our own paste rules to handle the Markdown syntax. However, this new As a workaround, we are setting Here's another example of a similar situation where auto-linking shouldn't have worked: What do you think? |


Please describe your changes
This PR will fix multiple issues with the current auto linking.
Checklist
Related issues
fixes #4256
fixes #4258