diff --git a/README.md b/README.md index 6de8ba6..76bcebc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Add this package wherever you use `mdformat` and the plugin will be auto-recogni - [mdformat-footnote](https://pypi.org/project/mdformat-footnote) - [mdformat-frontmatter](https://pypi.org/project/mdformat-frontmatter) - [mdformat-simple-breaks](https://pypi.org/project/mdformat-simple-breaks) -- [mdformat-tables](https://pypi.org/project/mdformat-tables) - [mdformat-web](https://pypi.org/project/mdformat-web) - [mdformat-wikilink](https://github.com/tmr232/mdformat-wikilink) diff --git a/pyproject.toml b/pyproject.toml index 0259429..787ef7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,10 @@ recommended = [ "mdformat-config >= 0.2.1", "mdformat-footnote >= 0.1.1", "mdformat-frontmatter >= 2.0.8", + "mdformat-gfm >=1.0.0; python_version >= '3.10'", "mdformat-ruff >= 0.1.3", "mdformat-simple-breaks >= 0.0.1", - "mdformat-tables >= 1.0.0", + "mdformat-tables >=0.4.0; python_version < '3.10'", "mdformat-web >= 0.2.0", "mdformat-wikilink >= 0.2.0", # Patches https://github.com/lovesegfault/beautysh/issues/248 for Python 3.12