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

Does it work with page anchors ? #9

Open majkinetor opened 4 years ago

majkinetor commented 4 years ago

I often point to specific part of the page using headers and achors. Does this plugin support it ?

oprypin commented 3 years ago

I haven't tried, but I'm guessing it does.

https://github.com/midnightprioriem/mkdocs-autolinks-plugin/blob/2dfa65535ca5a4d85b58496e89e2e118666fb7f7/mkdocs_autolinks_plugin/plugin.py#L11-L13 https://github.com/midnightprioriem/mkdocs-autolinks-plugin/blob/2dfa65535ca5a4d85b58496e89e2e118666fb7f7/mkdocs_autolinks_plugin/plugin.py#L46