text
text copied to clipboard
Reference-style Markdown links are auto-replaced by inline links and thus text legibility is reduced
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
Details
- Nextcloud version: 28.0.4.1
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: )