I tried to create a link using the following markdown code in the haptic desktop app: [Link](https://path.to/link). This didn't work, but after I copied and pasted a link it did work as a link and I could adjust the link text, but not the link itself. I think that this breaks because the first [ and last ] are getting escaped automatically in the editor.
Steps to reproduce
Add a link using markdown syntax: [Link](https://path.to/link)
Don't see a link being created
Check the source markdown file with a text editor
See that the link is formatted like \[Link\](https://path.to/link)
Copy and paste a link
Edit the text of a link by removing the pasted link text and add your own
See the link working
What was the expected result?
I assumed that I could edit the link in a similar way as in obsidian, where you can view the link 'source code'. I also thought that I could write out my links.
Describe your issue
I tried to create a link using the following markdown code in the haptic desktop app:
[Link](https://path.to/link)
. This didn't work, but after I copied and pasted a link it did work as a link and I could adjust the link text, but not the link itself. I think that this breaks because the first[
and last]
are getting escaped automatically in the editor.Steps to reproduce
Add a link using markdown syntax:
[Link](https://path.to/link)
Don't see a link being created
Check the source markdown file with a text editor
See that the link is formatted like
\[Link\](https://path.to/link)
Copy and paste a link
Edit the text of a link by removing the pasted link text and add your own
See the link working
What was the expected result?
I assumed that I could edit the link in a similar way as in obsidian, where you can view the link 'source code'. I also thought that I could write out my links.
Put here any screenshots or videos (optional)
No response
Would you like to work on this issue?
None