Skip to content

Problems defining links inside the same markdown file #231

Open
@raducoravu

Description

@raducoravu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions