pymarkdown icon indicating copy to clipboard operation
pymarkdown copied to clipboard

Results 84 pymarkdown issues
Sort by recently updated
recently updated
newest added

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.3 to 2.15.6. Commits b2af2b2 Release branch 2.15.6 (#7785) e5c81a9 Replace deprecated sre_constants.error with re.error ff159a6 Bump timeout for docs check [ci] (#7771) 9df5e8a Suppress stop-iteration-return on...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.991. Commits b7788fc Update version to remove "+dev" for releasing 0.991 6077d19 manually CP typeshed #9130 ab0ea1e Fix crash with function redefinition (#14064) 592a9ce Fix...

dependencies
python

Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.0. Release notes Sourced from black's releases. 22.10.0 Highlights Runtime support for Python 3.6 has been removed. Formatting 3.6 code will still be supported until...

dependencies
python

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.0.2. Changelog Sourced from pytest-xdist's changelog. pytest-xdist 3.0.2 (2022-10-25) Bug Fixes [#813](https://github.com/pytest-dev/pytest-xdist/issues/813) <https://github.com/pytest-dev/pytest-xdist/issues/813>_: Cancel shutdown when a crashed worker is restarted. Deprecations [#825](https://github.com/pytest-dev/pytest-xdist/issues/825) <https://github.com/pytest-dev/pytest-xdist/issues/825>_: The...

dependencies
python

Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 3.1.1 to 3.2.0. Changelog Sourced from pytest-html's changelog. 3.2.0 (2022-10-25) * Explicitly add py.xml dependency. Thanks to @smartEBL <https://github.com/smartEBL>_ for the PR Implement the visible URL query...

dependencies
python

**Problem:** In the attached example, the following warning is issued: ~~~ $ pymarkdown --config pymarkdown.json.txt scan pymarkdown_no-space-in-emphasis_md037_in_formulas.md pymarkdown_no-space-in-emphasis_md037_in_formulas.md:3:43: MD037: Spaces inside emphasis markers (no-space-in-emphasis) ~~~ **Expected result:** No warning is...

enhancement

**Problem:** With the attached markdown file and pymarkdown config, the following warnings are issued: ~~~ $ pymarkdown --config pymarkdown.json.txt scan pymarkdown_md006_false_positive_example.md pymarkdown_md006_false_positive_example.md:21:3: MD006: Consider starting bulleted lists at the beginning...

Function `ParserHelper.detabify_string` is used in various places to simplify the handling of tabs. Rule Md010 also exists to look for tabs and warn when they show up. from issuses: ```...

needs research

Is there a simple API for running linting checks over multiple strings from the same document context within a Python script? For example, I'm looking for a way to link...

requires more information
waiting for issue fix verification

Long term issue. For each `test_markdown_nested_three_*` base scenario, add cases where those scenarios are followed by reducing the indent for the containers down to 0 containers. Completed: - three_block_block_ordered

better testing