zachhannum / mkdocs-autolinks-plugin

An MkDocs plugin that automagically generates relative links between markdown pages
https://pypi.org/project/mkdocs-autolinks-plugin/
MIT License
80 stars 31 forks source link

Links to subheadings #4

Closed chrieke closed 4 years ago

chrieke commented 4 years ago

Love the plugin, but it appears that links to subheadings do not work with the "regular" mkdocs syntax, always getting 404. Any way to do this?

[text link](chapter01.md#heading3)

results in 404.

bgwr commented 4 years ago

Hi Christoph, I was having the same issue so I made a PR that resolves this issue. https://github.com/midnightprioriem/mkdocs-autolinks-plugin/pull/5

zachhannum commented 4 years ago

PR has been merged, version 0.2.0 has been released!