Source: markdown-it-py Section: python Priority: optional Maintainer: Progress Linux Maintainers XSBC-Uploaders: Daniel Baumann XSBC-Original-Maintainer: Debian Python Team XSBC-Original-Uploaders: Emmanuel Arias , Bugs: mailto:maintainers@lists.progress-linux.org Build-Depends: debhelper-compat (= 13), flit (<< 4), flit (>= 3.2), pybuild-plugin-pyproject, python3-all, python3-attr, python3-commonmark , python3-markdown , python3-mdurl, python3-mistletoe , python3-mistune , python3-psutil , python3-pytest , python3-pytest-benchmark , python3-pytest-regressions , python3-sphinx, Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://github.com/executablebooks/markdown-it-py Vcs-Browser: https://git.progress-linux.org/packages/fuchur-backports/markdown-it-py Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports/markdown-it-py XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/markdown-it-py XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/markdown-it-py.git Package: python3-markdown-it Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, 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.