Short summary of the issue
Opening markdown with links on text containing inline code formatting with backticks will remove the link or move it to the first portion of text before the inline code formatting starts. I believe this is a specific case of #593 but I haven't been able to find any discussion/information on this particular case.
Example markdown file
[`SomeCode`](https://link.to/something)
[One `two` three](https://link.to/something)
Resulting markdown file after opening in text
`SomeCode`
[One](https://link.to/something) `two` three
Screenshot of the rendering in text

Details
- Nextcloud version: 27.1.2
Short summary of the issue
Opening markdown with links on text containing inline code formatting with backticks will remove the link or move it to the first portion of text before the inline code formatting starts. I believe this is a specific case of #593 but I haven't been able to find any discussion/information on this particular case.
Example markdown file
Resulting markdown file after opening in text
Screenshot of the rendering in text
Details