mdit-py-plugins icon indicating copy to clipboard operation
mdit-py-plugins copied to clipboard

Collection of core plugins for markdown-it-py

Results 33 mdit-py-plugins issues
Sort by recently updated
recently updated
newest added

### Description / Summary I'd like to see a fancy list plugin. I'm using this for formatting laws and they have deeply nested, ordered lists with different numbering styles for...

enhancement

See https://pandoc.org/MANUAL.html#line-blocks

enhancement

I want a list of the title, unique slug-id pairs for my generated anchors so I can create a navbar linking to the content. In MarkdownIt for JS a callback...

enhancement

updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.11.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.11.9) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.15.0)

### Context See https://github.com/executablebooks/MyST-Parser/issues/845. Basically this: ```md > [!NOTE] > This is a note ``` Looks like this on GitHub: > [!NOTE] > This is a note It was suggested...

enhancement

### Context Sometimes you have some markdown content that is intended to be hosted at `http://www.example.com` and so it has things like images with relative links, like `/images/cat.png` But sometimes...

enhancement

Markdown-it-py plugin to introduce `` markup using `~subscript~`. Ported from https://github.com/markdown-it/markdown-it-sub/blob/master/index.mjs

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

dependencies
github_actions

updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.14.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.8...v0.14.6) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v1.18.2)

Add a superscript plugin and associated tests ported from . Update documentation with superscript plugin and remove superscript (and subscript, added in PR ) from list of plugins to port.