#autorefs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #autorefs, aggregated by home.social.
-
Our #MkDocs plugin, #autorefs, just gained a new feature in v1.0: Markdown anchors and aliases.
Add anchors anywhere in a document, and cross-reference it with the usual syntax:
```
[](){#anchor-id}[Cross-ref to the anchor][anchor-id]
```Right above a heading, such an anchor serves as an alias to the heading!
```
[](){#heading-alias}
## Some heading[Cross-ref to heading][heading-alias]
```See the docs: https://mkdocstrings.github.io/autorefs/#markdown-anchors