vweevers / common-changelog

Write changelogs for humans. A style guide.
https://common-changelog.org
MIT License
107 stars 8 forks source link

Clicking on sections does not work #7

Closed PaulRBerg closed 2 years ago

PaulRBerg commented 2 years ago

Description

Love this initiative! Just want to report a minor issue.

I was reading your website and I noticed that when clicking on sections in the table of contents, the browser view does not not get updates. That is, the view is not scrolled down or up to the location of the section that I clicked.

Here's a screen recording:

https://user-images.githubusercontent.com/8782666/158018832-edf1a715-7a03-44ef-82bc-a508dd52c022.mov

Environment

vweevers commented 2 years ago

Thanks for reporting! This is a bug somewhere in the code that generates HTML from markdown. Current output is:

<h3 id="24change-group">...</h3>

Should be:

<h3 id="24-change-group">...</h3>