Open nikita-jpg opened 2 weeks ago
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
@nikita-jpg maybe you have some ideas?
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?"