Skip to content

Commit 1d8edf8

Browse files
authored
build: replace mdformat-tables with -gfm (#61)
1 parent fe36984 commit 1d8edf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)