Skip to content

Commit

Permalink
Docs: enable toc extension (#492)
Browse files Browse the repository at this point in the history
Adds an anchor link at the end of each headline.
  • Loading branch information
jorisroovers committed May 10, 2023
1 parent e4c1988 commit a19e7d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.details # Collapsible admonitions
- tables

- toc:
permalink: true

- pymdownx.highlight:
anchor_linenums: true
Expand Down

0 comments on commit a19e7d8

Please sign in to comment.