8

I would like to use links in markdown that points to an element in a list or a table (or text) and not specially a header.

The only solution I found for markdown is to use HTML anchors :

This is a list of actions:
- <a id="action-one">action one</a>`: blablanla
- <a id="action-two">action two</a>`: patata

Later, in text, [action one](#action-one) is mandatory...

This works well in VScode (for example) but not in Gitlab.

FYI :

Any idea or solution is welcome. Thanks.

Slim Aloui
  • 430
  • 8
  • 14
  • I'm going to say there isn't one. VSCode is interpreting the HTML, so it works, but on GitLab, HTML is not generally supported in descriptions/comments. – Arty-chan Sep 02 '23 at 16:48

0 Answers0