markdown-it-py icon indicating copy to clipboard operation
markdown-it-py copied to clipboard

Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!

Results 62 markdown-it-py issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.16.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.0...v1.16.0)

### Describe the bug I'm using the package to render Markdown, but it puts italic, bold, and links on their own line. Normally, that's not a huge problem, but it...

bug

Hi! 👋 I just learned that `markdown-it README.md > README.htm` does not render tables, that `markdown-it --help` does not show any related switches and that I need something like… ```bash...

### Describe the bug **context** When I do benchmarking on last spec of Commonmark. **expectation** I expected 0 error. **bug** But instead 6 tests are not ok. **problem** I would...

bug

### Describe the bug I'm not sure if this is a bug, enhancement, or just insufficient documentation, but I would expect this to work especially since it works fine in...

bug

(previously, markdown-it would likely go into infinite loop instead) This really is a port of upstream changes https://github.com/markdown-it/markdown-it/compare/13.0.1...49ca65bbef067c7dba63468a48c4aee3048607dc which adds up to just one changelog entry (the PR title).

### Describe the bug /markdown_it/rules_block/table.py 1. Header row checks for | (line 130-131) 2. Body rows don't check for | (missing after line 198) The fix is one line: if...

bug

updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.8...v0.14.8) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v1.19.0)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

### Describe the bug **context** When I parse markdown: ``` new _li**ne**_ a ``` **expectation** I expected to get output: ``` new li ne a ``` **bug** But instead I...

bug