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 4005c79 commit 13059d6Copy full SHA for 13059d6
README.md
@@ -35,9 +35,9 @@ repos:
35
hooks:
36
- id: mdformat
37
additional_dependencies:
38
- - mdformat-mkdocs>=1.1.1
+ - mdformat-mkdocs>=1.1.2
39
# Or
40
- # - "mdformat-mkdocs[recommended]>=1.1.1"
+ # - "mdformat-mkdocs[recommended]>=1.1.2"
41
```
42
43
### pipx
mdformat_mkdocs/__init__.py
@@ -1,6 +1,6 @@
1
"""An mdformat plugin for mkdocs."""
2
3
-__version__ = "1.1.1"
+__version__ = "1.1.2"
4
5
from .plugin import ( # noqa: F401
6
POSTPROCESSORS,
0 commit comments