I have the following section in my markdown code (.md file) in github:
## src/app/contextBroker/
I want to inclue a link to it from one point in the same .md file. However, it seems that /
is somehow problematic. I have tried:
[src/app/contextBroker/ (Main program)](#src-app-contextBroker-)
and
[src/app/contextBroker/ (Main program)](#src/app/contextBroker/)
and the same in lowercase:
[src/app/contextBroker/ (Main program)](#src-app-contextbroker-)
[src/app/contextBroker/ (Main program)](#src/app/contextbroker/)
but no one has worked.
Any idea on the right sintax to use in this case, please?
Following @JJJ advice (thanks!) I have realized that it works just removing the slashes in the lowercase variant. In sum:
[src/app/contextBroker/ (Main program)](#srcappcontextbroker)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With