exercism / bugs

Please use https://github.com/exercism/exercism for reporting bugs.
1 stars 3 forks source link

Intra-page links not working #13

Open DanCorder opened 5 years ago

DanCorder commented 5 years ago

Moved from https://github.com/exercism/website-copy/issues/669

Pages like https://exercism.io/tracks/kotlin/installation have links on them like https://exercism.io/tracks/kotlin/installation#macos (just under "Choose your operating system"). These links do not work as there is no anchor tag called #macos on the page.

If you view the doc markdown file that contains the page information on github https://github.com/exercism/kotlin/blob/master/docs/INSTALLATION.md the links do work.

Presumably there is a problem converting the markdown to HTML for the main site. Probably relatedly, the styling of the H1 tags on the website doesn't look right to me, but I guess that might be deliberate.

iHiD commented 5 years ago

@kntsoriano Could you take a look at this pls?

kntsoriano commented 5 years ago

@iHiD Let's move this to the bugs repo.