markdown-it-py
markdown-it-py copied to clipboard
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!
### Describe the bug Importing a library that depends upon `markdown_it` leads to traceback. ### Reproduce the bug ```pycon >>> import gradio as gr Traceback (most recent call last): File...
### Describe the bug **expectation** I expected not to give an error and I can smothly install my python libraries. **bug** Command: ``` python3 -m pip install -r requirements.txt ```...
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @SukiCZ. #189 issue by @bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
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...
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.3 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.6.9) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.11.2)
### Context I noticed [Alerts](https://github.com/orgs/community/discussions/16925) are not supported. They are pretty poorly specified as they are completely absent from [the specification](https://github.github.com/gfm/), in fact the only official information from github I...
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Release notes Sourced from pre-commit's releases. pre-commit v4.0.0 Features Improve pre-commit migrate-config to handle more yaml formats. #3301 PR by...
### Context It might be useful to propose an abstract class or interface that only includes the `__init__`, render and `renderInline` methods from `RendererHTML`, and keeping general specific rendering methods...