EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
Describe the bug
When you paste URL (or write it by hand) in Editor, it will be clickable in Preview, but it is not wrapped in Markdown code, so it should be plain text.
To Reproduce
Steps to reproduce the behavior:
Paste link in the editor
Click on 'Preview'
Hover on the link in Preview
See that link is clickable
Check the original text area (with forceSync)
Link will be in plain text
Expected behavior
Link should be in plain text (not clickable) in Preview
or
Link should be automatically wrapped with [](https://*) in Editor
or
Describe the bug When you paste URL (or write it by hand) in Editor, it will be clickable in Preview, but it is not wrapped in Markdown code, so it should be plain text.
To Reproduce Steps to reproduce the behavior:
forceSync
)Expected behavior
[](https://*)
in Editor orScreenshots
Version information