{"library":"m2r","title":"m2r","description":"m2r is a Python utility for converting Markdown files to reStructuredText, enabling inclusion of Markdown content in Sphinx documentation. Version 0.3.1 is the latest release; the library is no longer actively maintained.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install m2r"],"cli":{"name":"m2r","version":"usage: m2r [-h] [--overwrite] [--dry-run] [--no-underscore-emphasis]"}},"imports":["from m2r import convert","from m2r import parse_from_file"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from m2r import convert\n\nmarkdown_text = \"# Hello\\n\\nThis is **Markdown**.\"\nrst_text = convert(markdown_text)\nprint(rst_text)","lang":"python","description":"Convert a Markdown string to reStructuredText.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}