Open
Description
Started from a discussion with one of our clients.
Let's say inside the Markdown file I have this link:
See <a href="#myFigure1">Flowchart</a>.
and a div section somewhere else:
<div id="myFigure1"></div>
The link will not work because the div id value is re-written to incorporate also the topic ID. But the href value is not re-written.
So how can we link between two elements in the same topic?
This also does not work:
See [Flowchart](#myFigure1)
and this also does not work:
See [Flowchart](#./myFigure1)
Metadata
Metadata
Assignees
Labels
No labels