Replies: 3 comments
|
Please see the sample file: https://github.com/lowRISC/opentitan/blob/master/hw/ip/adc_ctrl/doc/registers.md Clicking the below link does not redirect
|
|
Fixed, will be in the next pre-release. The problem was in the generated HTML, not in click handling: heading ids and the links pointing at them used different slug rules. We used cmark-gfm's, which turn Heading anchors now follow GitHub's rules ( Thanks for the sample file, it made this easy to pin down. |


Uh oh!
There was an error while loading. Please reload this page.
Feature request: Support click-to-jump for Markdown internal links
In Markdown, clicking internal links (anchor links) allow to jump to specific sections within the same document, making navigation in long files much more convenient, thanks.
All reactions