pymarkdown
pymarkdown copied to clipboard
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.2.0 to 2.3.1. Commits 04432f5 Some fixes to readme, bump version 48179d9 Prep release 38c5f24 Tweak docs a little c6962b8 describe session timeout better a19403d readme eef422c...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0. Commits 053c2c3 Bump pylint to 3.1.0, update changelog c954636 Upgrade release documentation, and contributors.txt 7300ed2 Discover .pyi files (#9241) 9dbf3df Merge maintenance 3.0.x into...
The CommonMark spec allows lazy continuation lines in lists, e.g. ``` 1. A paragraph with two lines. ``` and pymarkdown is currently happy with these. I'd rather prefer to have...
There is no existing options to disable MD013 (line length) on tables. This is an option in the project [markdownlint](https://github.com/DavidAnson/markdownlint/tree/main#markdownlint) and the docs on this rule claims that inspiration was...
I've been trying to use `--set plugins.md024.siblings_only=$!True` with no success, whilst if I copy the config fragment from the tests into a file it works as expected: `conf` ``` {"plugins":...
Requires token changes in fix engine. Suggested for tier 2 fixes. need to consider other blanks and how they will compete.
Requires token changes in fix engine. Suggested for tier 2 fixes. need to consider other blanks and how they will compete.
Requires token changes in fix engine. Suggested for tier 2 fixes. need to consider other blanks and how they will compete.