@@ -39,7 +39,7 @@ Add this package wherever you use `mdformat` and the plugin will be auto-recogni
3939- [ mdformat-black] ( https://pypi.org/project/mdformat-black )
4040- [ mdformat-config] ( https://pypi.org/project/mdformat-config )
4141- [ mdformat-footnote] ( https://pypi.org/project/mdformat-footnote )
42- - [ mdformat-frontmatter] ( https://pypi.org/project/mdformat-frontmatter )
42+ - [ mdformat-front-matters ] ( https://pypi.org/project/mdformat-front-matters ) (previously [ mdformat- frontmatter] ( https://pypi.org/project/mdformat-frontmatter ) )
4343- [ mdformat-simple-breaks] ( https://pypi.org/project/mdformat-simple-breaks )
4444- [ mdformat-web] ( https://pypi.org/project/mdformat-web )
4545- [ mdformat-wikilink] ( https://github.com/tmr232/mdformat-wikilink )
@@ -49,7 +49,7 @@ Add this package wherever you use `mdformat` and the plugin will be auto-recogni
4949``` yaml
5050repos :
5151 - repo : https://github.com/executablebooks/mdformat
52- rev : 0.7.19
52+ rev : 1.0.0
5353 hooks :
5454 - id : mdformat
5555 additional_dependencies :
@@ -58,17 +58,17 @@ repos:
5858 # - "mdformat-mkdocs[recommended]"
5959```
6060
61- ### pipx/uv
61+ ### uvx
6262
6363``` sh
64- pipx install mdformat
65- pipx inject mdformat mdformat-mkdocs
64+ uvx --with mdformat-mkdocs mdformat
6665```
6766
68- Or with uv :
67+ Or with pipx :
6968
7069``` sh
71- uv tool run --from mdformat-mkdocs mdformat
70+ pipx install mdformat
71+ pipx inject mdformat mdformat-mkdocs
7272```
7373
7474## HTML Rendering
@@ -137,7 +137,7 @@ ignore_missing_references = true
137137
138138See [ CONTRIBUTING.md] ( https://github.com/kyleking/mdformat-mkdocs/blob/main/CONTRIBUTING.md )
139139
140- [ ci-badge ] : https://github.com/kyleking/mdformat-mkdocs/workflows/CI /badge.svg?branch=main
140+ [ ci-badge ] : https://github.com/kyleking/mdformat-mkdocs/actions/ workflows/tests.yml /badge.svg?branch=main
141141[ ci-link ] : https://github.com/kyleking/mdformat-mkdocs/actions?query=workflow%3ACI+branch%3Amain+event%3Apush
142142[ pypi-badge ] : https://img.shields.io/pypi/v/mdformat-mkdocs.svg
143143[ pypi-link ] : https://pypi.org/project/mdformat-mkdocs
0 commit comments