File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ Add this package wherever you use `mdformat` and the plugin will be auto-recogni
4141- [ mdformat-footnote] ( https://pypi.org/project/mdformat-footnote )
4242- [ mdformat-frontmatter] ( https://pypi.org/project/mdformat-frontmatter )
4343- [ mdformat-simple-breaks] ( https://pypi.org/project/mdformat-simple-breaks )
44- - [ mdformat-tables] ( https://pypi.org/project/mdformat-tables )
4544- [ mdformat-web] ( https://pypi.org/project/mdformat-web )
4645- [ mdformat-wikilink] ( https://github.com/tmr232/mdformat-wikilink )
4746
Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ recommended = [
3434 " mdformat-config >= 0.2.1" ,
3535 " mdformat-footnote >= 0.1.1" ,
3636 " mdformat-frontmatter >= 2.0.8" ,
37+ " mdformat-gfm >=1.0.0; python_version >= '3.10'" ,
3738 " mdformat-ruff >= 0.1.3" ,
3839 " mdformat-simple-breaks >= 0.0.1" ,
39- " mdformat-tables >= 1.0.0 " ,
40+ " mdformat-tables >=0.4.0; python_version < '3.10' " ,
4041 " mdformat-web >= 0.2.0" ,
4142 " mdformat-wikilink >= 0.2.0" ,
4243 # Patches https://github.com/lovesegfault/beautysh/issues/248 for Python 3.12
You can’t perform that action at this time.
0 commit comments