home.social

#autorefs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #autorefs, aggregated by home.social.

  1. Our plugin, , 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:

    ```
    [](){-id}

    [Cross-ref to the anchor][anchor-id]
    ```

    Right above a heading, such an anchor serves as an alias to the heading!

    ```
    [](){-alias}
    ## Some heading

    [Cross-ref to heading][heading-alias]
    ```

    See the docs: mkdocstrings.github.io/autoref