Skip to content

Commit

Permalink
Added footnotes and permalinks
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Mar 12, 2024
1 parent 4a9c5bc commit 107cb94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v3
- uses: actions/configure-pages@v4
- uses: actions/setup-python@v5
- run: pip install --requirement requirements.txt
- run: mkdocs build
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ theme:
name: readthedocs
logo: https://www.hogent.be/sites/hogent/assets/Image/logo-1.jpg
markdown_extensions:
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.magiclink
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: true
plugins:
- mermaid2
- plantuml:
Expand Down

0 comments on commit 107cb94

Please sign in to comment.