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
Short summary of the issue
Reference-style Markdown links are replaced by inline links and thus text legibility is reduced.
Example markdown file
Resulting markdown file after opening in text
Screenshot of the rendering in text
Details