{ "info": { "author": "Jan Willhaus", "author_email": "mail@janwillhaus.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Markup :: HTML" ], "description": "# markdown-figure\n\nAn extension to the [Python Markdown](https://pypi.python.org/pypi/Markdown) package.\n\nThe exension wraps all images in the markdown document or text in `
` tags, inserting a `
` as well by re-using the `img alt` tag from markdown syntax (text in square brackets).\n\nTo install use `pip install markdown-figure` or use the repository `pip install git+https://github.com/janwh/markdown-figure.git`\n\nThen the extension can be used by doing:\n```python\n\nimport markdown\nfrom mdfigure import FigureExtension\n\nmd = markdown.Markdown(extensions=[FigureExtension()])\n\n# Wrap an Image\nmd.convert('![my description](image.jpg)')\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/janwh/markdown-figures", "keywords": "markdown extension html figure", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "markdown-figure", "package_url": "https://pypi.org/project/markdown-figure/", "platform": "", "project_url": "https://pypi.org/project/markdown-figure/", "project_urls": { "Homepage": "https://github.com/janwh/markdown-figures" }, "release_url": "https://pypi.org/project/markdown-figure/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Markdown extension which turns images into figures", "version": "0.0.1" }, "last_serial": 3238475, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a803282c29036bea68dce0cbd07792be", "sha256": "9ccbb4897a304639bed9438a056a5a79c074c49772af7f4431343d4efb72650d" }, "downloads": -1, "filename": "markdown-figure-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a803282c29036bea68dce0cbd07792be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3158, "upload_time": "2017-10-10T07:41:17", "url": "https://files.pythonhosted.org/packages/8a/5c/f767114a1fb1fc883ddcc41dcabf25b34c9a83b339570952959c8e6efc1b/markdown-figure-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a803282c29036bea68dce0cbd07792be", "sha256": "9ccbb4897a304639bed9438a056a5a79c074c49772af7f4431343d4efb72650d" }, "downloads": -1, "filename": "markdown-figure-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a803282c29036bea68dce0cbd07792be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3158, "upload_time": "2017-10-10T07:41:17", "url": "https://files.pythonhosted.org/packages/8a/5c/f767114a1fb1fc883ddcc41dcabf25b34c9a83b339570952959c8e6efc1b/markdown-figure-0.0.1.tar.gz" } ] }