Markdown preview: clickable links - how to do?
I'm writing readme.md for GitHub
I need clickable links inside the file (table of contents).
But I want to see how it working in preview.
Now I'm write it this way:
Link:
[Драйвер](#driver)
Body:
<h1 id="driver">Драйвер</h1>
all is work - but I see in problems:
Cannot resolve anchor #driver
What is the best way to write clickable links in webstorm markdown - that work in the preview?
请先登录再写评论。
HTML anchors don't work currently, please vote for https://youtrack.jetbrains.com/issue/IDEA-213111 to be notified on updates
usual anchor links don't work either (links are clickable, no errors thrown, but nothing happens on attempt to jump to link target in preview): https://youtrack.jetbrains.com/issue/IDEA-238096