Source: python-m2r2 Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 14), dh-doc-privacy, dh-sequence-python3, dh-sequence-single-binary, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-mistune0 , python3-pytest , python3-sphinx , Standards-Version: 4.7.4 Homepage: https://github.com/crossnox/m2r2 Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-m2r2 Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-m2r2.git Testsuite: autopkgtest-pkg-pybuild Package: python3-m2r2 Architecture: all Depends: libjs-mathjax, ${python3:Depends}, ${sphinxdoc:Depends}, Description: Markdown to reStructuredText converter with Sphinx support This library reads Markdown text and emits reStructuredText suitable for tools that expect rst input. . It preserves selected reStructuredText constructs embedded in Markdown, including directives, inline roles, reference links, footnotes, and math markup. It also handles common Markdown extensions such as raw HTML, fenced code blocks, tables, and Markdown-style footnotes. . It can be used from the command line to convert files, or as a Sphinx extension so that .md files are processed during a Sphinx build. The extension also provides an mdinclude directive for including Markdown content in documentation sources.