Escape ! character next to a link #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
!should be escaped if followed by a link, consider this:Markdown:
[Hello](https://example.com)and then type a
!just before the link inside the WYSIWYG editor.Expected result:
\Actual result:
(results in parsing as image -> invalid)
I try to visualize the problem:

From: https://github.com/nextcloud/text/issues/931