%general-entities; ]> Markdown-&markdown-version; Markdown Introduction to Markdown Module Markdown is a Python parser for John Gruber's Markdown specification. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &markdown-md5sum; Download size: &markdown-size; Estimated disk space required: &markdown-buildsize; Estimated build time: &markdown-time; Markdown Dependencies Optional (for testing) , , and coverage Installation of Markdown Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user Markdown Assuming and are installed and the other optional dependency is not, the installation can be tested with: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install coverage && python3 /usr/bin/pytest --ignore=tests/test_syntax/extensions/test_md_in_html.py deactivate Contents Installed Programs Installed Libraries Installed Directories markdown_py None /usr/lib/python&python3-majorver;/site-packages/markdown and /usr/lib/python&python3-majorver;/site-packages/Markdown-&markdown-version;.dist-info Short Descriptions markdown_py converts markdown files to (x)html markdown_py