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

Collection of core plugins for markdown-it-py

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

### Context The original js dollarmath plugin is documented on how to use it, but we can't apply that information to Python because the workflow is pretty different (there is...

enhancement

### Describe the bug I'm new to python and it's packaging ecosystem ... I was expecting to find all the [tests](https://github.com/executablebooks/mdit-py-plugins/tree/master/tests) in the package that's distributed from pypi.org ... is...

bug

### Context Since the admon plugin was initially ported to `mdit-py-plugins` (requested in https://github.com/executablebooks/mdformat/issues/309), there have been requests for improvements (#96 to support collapsible admonitions, MkDocs content tabs, #114 for...

enhancement

### Context The admonition module supports `???` and `???+` for collapsible admonitions. This is inspired by [mkdocs-material](https://mdit-py-plugins.readthedocs.io/en/latest/#containers). In this case, mdit-py-plugins generates: ```html ``` On the other hand, mkdocs-material [generates](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#collapsible-blocks):...

enhancement

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

- [x] https://github.com/markdown-it/markdown-it-container: could be used for https://github.com/executablebooks/MyST-Parser/issues/154 - [x] https://github.com/markdown-it/markdown-it-deflist: https://github.com/executablebooks/MyST-Parser/issues/153 - [ ] https://github.com/markdown-it/markdown-it-abbr: could be used for substitutions https://github.com/executablebooks/MyST-Parser/issues/172? - [ ] https://github.com/markdown-it/markdown-it-sub: e.g. `H~2~0` - [...

### Context Github and gitlab flavored markdown have their own parsing tools to detection links to issues with a simple `#` or `!` for gitlab's MR. Example here : #103...

enhancement

### Describe the bug Looks like with new version pytest is failing in few units. ### Reproduce the bug I'm packaging your module as an rpm package so I'm using...

bug

### Describe the bug During the packaging of the last version of mdit-py-plugins in Debian, some tests failed: ``` =========================== short test summary info ============================ FAILED tests/test_admon.py::test_all[306-Indented by 4 spaces,...

bug