text icon indicating copy to clipboard operation
text copied to clipboard

Reference-style Markdown links are auto-replaced by inline links and thus text legibility is reduced

Open mcnesium opened this issue 1 year ago • 1 comments

Short summary of the issue

Reference-style Markdown links are replaced by inline links and thus text legibility is reduced.

Example markdown file

The [Nextcloud Text editor] is suffering some [issues].

[Nextcloud Text editor]: https://github.com/nextcloud/text
[issues]: https://github.com/nextcloud/text/issues

Resulting markdown file after opening in text

The [Nextcloud Text editor](https://github.com/nextcloud/text) is suffering some [issues](https://github.com/nextcloud/text/issues).

Screenshot of the rendering in text

image

Details

  • Nextcloud version: 28.0.4.1

mcnesium avatar May 21 '24 13:05 mcnesium

This triggers sync conflicts with the desktop client and the following error message in (read-only) link shares:

The document has been changed outside of the editor. The changes cannot be applied. Use current version | Use the saved version

.o0(which one is which, by the way :shrug: )

mcnesium avatar May 21 '24 13:05 mcnesium