Source: markdown-it-py Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Emmanuel Arias , Section: python Build-Depends: debhelper-compat (= 13), flit (<< 4), flit, pybuild-plugin-pyproject, python3-all, python3-attr, python3-commonmark , python3-linkify-it , python3-markdown , python3-mdurl, python3-mistletoe , python3-mistune , python3-psutil , python3-pytest , python3-pytest-benchmark , python3-pytest-regressions , python3-sphinx, Vcs-Browser: https://salsa.debian.org/python-team/packages/markdown-it-py Vcs-Git: https://salsa.debian.org/python-team/packages/markdown-it-py.git Homepage: https://github.com/executablebooks/markdown-it-py Package: python3-markdown-it Multi-Arch: foreign Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-linkify-it, Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, Breaks: python3-mdit-py-plugins (<< 0.4.0-1), Description: Python port of markdown-it and some its associated plugins High speed Python markdown parser based in markdown-it. markdown-it-py follows the CommonMark spec for baseline parsing. Also, new syntax rules can be added and even replace existing ones. New syntax extensions can be added to extend the parser.