Under my Gitlab, I have this issue #32
with an anchor in a section:
where Chapitre 11 : Fonction exponentielle et logarithme is defined like this:
## Chapitre 11 : Fonction exponentielle et logarithme [](#ch11)
I would like to link this chapter from another issue:
I am able to link easily an issue with #32+
.
But linking to a section inside it, that way:
- [ ] 11. [Fonction exponentielle et logarithme](#32#ch11)
doesn't work.
The way I am able to make it working yet is to use the absolute link to my page:
and I doesn't wish that.
It seems that I can have this cleaner link:
But I would like to avoid writing that part inside the link ref: , or at least avoid this:
which is my own Gitlab repository I'm currently on.
How to link to that section, using the issue number inside the link?