First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
Hi, I want to create a link from word4 to word1 and I expext to use ctrl + left click to jump to word1. Support I have a note with following contents:
* content1
** word1
** word2
** word3
word4 balabala...
Things I have tried
I try to use html href link but it not worked in obsidian but worked in typora:
* content1
** <a name="word1">word1</a>
** word2
** word3
<a href="#word1">word4</a>balabala...
How do I solve this problem?