You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use linkify for parsing from the buffer, it in turn works like this, you can check it in the demo. I assume that from the point of view of markdown behavior, this can be considered valid, because there may be a question mark at the end of the line and it refers to the line, not to the link.
On the other hand, when inserting from the buffer, we may need to solve this differently, for example use some regexp
Steps to Reproduce
Expected Behavior
The display text should be updated to the new URL .
Actual Behavior
It was: "test text". Become: "http://example.com?"
The text was updated successfully, but these errors were encountered: