Strange chars inserted on chromium based engines #7069
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?
This comes from downstream easy markdown editor
On Mozilla it runs fine
https://github.com/Ionaru/easy-markdown-editor/issues/564
I created a small workaround:
https://github.com/codemirror/codemirror5/compare/master...y0va:codemirror5:fix-7069
This can also be observed when importing nextcloud md formatted texts od when the internal function to insert tables ist used. I observed this is because of a workaround for something related to linewrapping from #1362, so disabling
splitSpacescircumvents these.