Hi all,
Been scouring the net and the forums for past couple weeks on and off, and I still can't find a way to get these internal links to work, they simply point to the directory where the MD file is.
I have tried all variations of workarounds and differing ways of actually creating the links/named links/anchors. Including:
- HTML anchor links (named and and id'd - seperate attempts)
- Appending the MD file name before the relative link (this displayed the file contents as plain text, and still didnt find the relevant section)
- Using various processors, currently using MarkdownExtra
- Using named headers instead of anchor links
- Using MarkdownExtra Special Attributes to set id/name for headers
I've probably tried more but brain is not telling me at the minute.
Does anyone know why these might not be working?
Is there anything in the MDP2 configs/options that I have missed?
Please find below an excerpt from my code below for current setup:
<ul style="list-style:none;text-align:left" markdown="1">
<li>1. [Config](#S1)</li>
<li>2. Setup<ul style="list-style:none; text-align:left;margin-left:12px;">
<li style="margin-left:12px;">2.1 [Hardware Setup](#S2_1)</li>
...
## Config {#S1}
...
## Hardware Setup {#S2_1}
Any help would be greatly appreciated.
Many thanks