Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links removed on text formatted as inline code #4900

Open
2 of 4 tasks
Imberflur opened this issue Oct 25, 2023 · 2 comments
Open
2 of 4 tasks

Links removed on text formatted as inline code #4900

Imberflur opened this issue Oct 25, 2023 · 2 comments
Labels
1. to develop bug Something isn't working upstream

Comments

@Imberflur
Copy link

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.

  • Markdown syntax is not properly rendered in text
  • Markdown syntax is removed after closing text
  • Markdown syntax is changed after closing text
  • Something else: Please describe more in detail

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

image

Details

  • Nextcloud version: 27.1.2
@Imberflur Imberflur added the bug Something isn't working label Oct 25, 2023
@mejo-
Copy link
Member

mejo- commented Jun 12, 2024

Confirmed, I can reproduce.

@mejo- mejo- moved this to 📄 To do (~10 entries) in 📝 Office team Jun 12, 2024
@mejo- mejo- added the upstream label Jun 12, 2024
@mejo-
Copy link
Member

mejo- commented Jun 12, 2024

I opened an upstream issue about it since it is also reproducible in TipTap upstream: ueberdosis/tiptap#5225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug Something isn't working upstream
Projects
Status: 📄 To do (~10 entries)
Development

No branches or pull requests

3 participants