We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34687f7 commit 6cf2888Copy full SHA for 6cf2888
README.md
@@ -7,6 +7,9 @@
7
4. Install the [Pygments](http://pygments.org/) syntax highlighter.
8
5. Install the [PyMdown Extensions](https://facelessuser.github.io/pymdown-extensions/) Markdown extensions.
9
10
+```commandline
11
+pipx install mkdocs mkdocs-material Pygments pymdown-extensions
12
+```
13
14
## Makefile Targets
15
| Command | Description |
requirements.txt
@@ -1,4 +1,4 @@
1
mkdocs>=1.6.1
2
-mkdocs-material>=9.5.48
3
-Pygments>=2.18.0
4
-pymdown-extensions>=10.12
+mkdocs-material>=9.6.5
+Pygments>=2.19.1
+pymdown-extensions>=10.14.3
0 commit comments