{ "info": { "author": "Sander Teunissen", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "# Markdown Image caption.\n\nInspired by the probably un-maintained package [mdx_figcap](ttps://github.com/mkszk/mdx_figcap)\n\n## Usage:\n\nMake sure you have [markdown](https://pypi.org/project/Markdown/) installed. \n\nDefine an image with caption in your markdown.\n\n```markdown\n![alttext](http://example.com/image.png \"caption\")\n```\n\nThis will be converted to:\n\n```html\n\n\n \"test\"\n caption\n\n```\n\nWhy no figure tag implementation ?\n\nThe figure tag is a block level element. The image element is an inline element. This difference breaks the attribute extension.\nSo `![alttext](http://example.com/image.png \"caption\"){: .center}` would not work if a figure was used.\n\n## Installation\n\n```bash\npip install markdown-image-caption\n```\n\nadd the plugin to your markdown\n\n```python\nimport markdown\n\nparser = markdown.Markdown(extensions=[\"markdown_image_caption.plugin\"])\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "markdown-image-caption", "package_url": "https://pypi.org/project/markdown-image-caption/", "platform": "", "project_url": "https://pypi.org/project/markdown-image-caption/", "project_urls": null, "release_url": "https://pypi.org/project/markdown-image-caption/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "Image caption support for Python Markdown", "version": "0.3.0" }, "last_serial": 4611742, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "d20ca194d3dc5d2800ca0201e17d2b44", "sha256": "b509f342961f31cce03555fa42cc6738f88600f64a74937d9e11512a495b0f0e" }, "downloads": -1, "filename": "markdown_image_caption-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d20ca194d3dc5d2800ca0201e17d2b44", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 3750, "upload_time": "2018-12-07T12:40:04", "url": "https://files.pythonhosted.org/packages/f7/31/a2d283157fd709534b08181cb053e473b38c4b836b7e58b0d92cfd39304c/markdown_image_caption-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd6373d8e6fa1ca5111456f4d6957373", "sha256": "768fdb721c54cf14b6552bef30f4d231b8fea99e0f7959d7152348489c395915" }, "downloads": -1, "filename": "markdown-image-caption-0.2.0.tar.gz", "has_sig": false, "md5_digest": "fd6373d8e6fa1ca5111456f4d6957373", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2204, "upload_time": "2018-12-07T12:40:02", "url": "https://files.pythonhosted.org/packages/ac/5a/9b64f10c57197e7146afe12a1142ed77f78d56e157a48edc93fc2d1d1cf1/markdown-image-caption-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d9d8c7ebf0ecd70a39f8d77d1276649e", "sha256": "8f3e0b38ee3801344725817a92630a73917d21f153876e5726cf35d58eb7777d" }, "downloads": -1, "filename": "markdown_image_caption-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d9d8c7ebf0ecd70a39f8d77d1276649e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 3708, "upload_time": "2018-12-07T12:41:30", "url": "https://files.pythonhosted.org/packages/95/9c/2bdc137af319f04fec684bcb812cad6283c8b82b8037c502b3a343aabc51/markdown_image_caption-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "576c4f8e583c07f9432adc9ee0e16e57", "sha256": "6ec985d9a1f32aa306ab4a77e287f0de47a625eece8bf592fad9ca80100cfda8" }, "downloads": -1, "filename": "markdown-image-caption-0.2.1.tar.gz", "has_sig": false, "md5_digest": "576c4f8e583c07f9432adc9ee0e16e57", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2148, "upload_time": "2018-12-07T12:41:29", "url": "https://files.pythonhosted.org/packages/bf/5a/0142e38b9adea149b3b5e4ee6390dd09fdb9d656b8766b8c795c18d11c87/markdown-image-caption-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "df738e89b938e28ac5befe972652c4ea", "sha256": "04229aa960e2d2924d37123427eb4c27be0e3c46529d70b008f391ac4a72783b" }, "downloads": -1, "filename": "markdown_image_caption-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "df738e89b938e28ac5befe972652c4ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2858, "upload_time": "2018-12-18T11:07:02", "url": "https://files.pythonhosted.org/packages/f9/7d/d9e8ca133406b6b332b345353f8cab8bba82e74a01c6e4ef99c7a839a90f/markdown_image_caption-0.3.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df738e89b938e28ac5befe972652c4ea", "sha256": "04229aa960e2d2924d37123427eb4c27be0e3c46529d70b008f391ac4a72783b" }, "downloads": -1, "filename": "markdown_image_caption-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "df738e89b938e28ac5befe972652c4ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2858, "upload_time": "2018-12-18T11:07:02", "url": "https://files.pythonhosted.org/packages/f9/7d/d9e8ca133406b6b332b345353f8cab8bba82e74a01c6e4ef99c7a839a90f/markdown_image_caption-0.3.0-py3-none-any.whl" } ] }