Links to Headings

Hi
I am using this post as a guide to try to make a link to the following heading

# MSc Theses

like this:


[MSc Theses](#MSc-Theses)

It displays correctly in the rendered pane, but clicking on the link does nothing

What have I done wrong?

Thanks

1 Like

Sorry to answer my own post, but this may help further users searching, so ...

Anchor tags are parsed in lower case, so the below works:

[MSc Theses](#msc-theses)

i.e. keep link in lower case.

I had been searching for a while before posting here, but only found the above afterwards, honest!

2 Likes

You can also use this plugin and enable LH options for this purpose

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.