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

### Context While working on a plugin for markdown_it I did not understand the purpose of the `name` argument to MarkdownIt.add_render_rule, this was not helped that as best I could...

enhancement

### Describe the bug **context** When I do ``` **and this sentence should be bolded** ``` **expectation** I expected all text to be bold. **bug** But instead I get same...

bug
question

### Describe the bug When I have a markdown image like this where the title contains the same escaped quotation mark as the one it's nested in, the parser will...

bug

### Context I encounter the need to merge certain header cells, and other cells in tables. This is very common in technical tables. On vscode it renders properly, like [multimarkdown...

enhancement

Is using Rust considered cheating?

### Context The function `get_all_rules()` lists a large number of Markdown rules that can be enabled / disabled. But I can't seem to find a list of these in the...

documentation

Bumps [aiidateam/github-action-benchmark](https://github.com/aiidateam/github-action-benchmark) from 2 to 3. Changelog Sourced from aiidateam/github-action-benchmark's changelog. v1.8.1 - 10 Jun 2020 Fix: Allow / in cargo bench benchmark name (#26) New: Add an example with...

dependencies
github_actions

### Describe the bug **context** The sdist package at PyPI is missing tests. **expectation** The `tests` directory is included in sdist. **bug** The `tests` directory is missing (but `tox.ini` file...

bug

I didn't bisect to find when 3.10 adds the `slots` argument; I know it's in the release itself, and I don't think we need to be *that* careful to provide...