{ "info": { "author": "evidlo", "author_email": "evan@evanw.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Text Processing :: Markup :: HTML" ], "description": "# markdown-captions\n\nConverts images with alt text to `
` with `
`.\n\nWorks with `attr_list` extension.\n\n## Usage\n\n```\n pip install markdown-captions\n```\n\n``` python\nmd = markdown.Markdown(extensions=['markdown_captions'])\n```\n\n## Examples\n\nsimple example\n``` md\n![caption](img.jpg)\n![caption2](img2.jpg)\n```\n``` html\n

\n

caption
\n
caption2
\n

\n```\n\nimage class and title\n``` md\n![caption](img.jpg \"title\"){: .class1 }\n```\n``` html\n
caption
\n```\n\ninline captioned images\n``` md\n\n![caption](img.jpg){: .inline }\n![caption2](img2.jpg){: .inline }\n```\n``` html\n

\n

caption
\n
caption2
\n

\n```\n\nimages with no alt text are not captioned\n``` md\n![](img.jpg)\n```\n``` html\n\n```\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": "https://github.com/evidlo/markdown-captions", "keywords": "markdown figures captions subtitles", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "markdown-captions", "package_url": "https://pypi.org/project/markdown-captions/", "platform": "", "project_url": "https://pypi.org/project/markdown-captions/", "project_urls": { "Homepage": "https://github.com/evidlo/markdown-captions" }, "release_url": "https://pypi.org/project/markdown-captions/1/", "requires_dist": [ "Markdown (>=3.0.1)" ], "requires_python": "", "summary": "Turn markdown images into captioned images using
", "version": "1" }, "last_serial": 5162755, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "672fdfb8e14e709941df7258ffc28351", "sha256": "fbbb4bef5be950aac99c3cf84d689d4b5b76f843bd670972ae4b0fe8b7cb60d6" }, "downloads": -1, "filename": "markdown_captions-1-py3-none-any.whl", "has_sig": false, "md5_digest": "672fdfb8e14e709941df7258ffc28351", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2626, "upload_time": "2019-04-19T00:41:41", "url": "https://files.pythonhosted.org/packages/0d/06/049a6cb64713debc1a4cef75e49407f96476e976a515dbe4afcd346e91ff/markdown_captions-1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7ed0293666941c06f9c733e1a843845", "sha256": "4b19bebfcc0911a07f09b82ec5fb1f088d84b27eb09e1b5795642c80e224eb27" }, "downloads": -1, "filename": "markdown-captions-1.tar.gz", "has_sig": false, "md5_digest": "c7ed0293666941c06f9c733e1a843845", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2195, "upload_time": "2019-04-19T00:41:43", "url": "https://files.pythonhosted.org/packages/87/2a/342d5dfd3db7c93e66b588fda33ca2c42a56e03e0df1e3c7c14f264f1d4d/markdown-captions-1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "672fdfb8e14e709941df7258ffc28351", "sha256": "fbbb4bef5be950aac99c3cf84d689d4b5b76f843bd670972ae4b0fe8b7cb60d6" }, "downloads": -1, "filename": "markdown_captions-1-py3-none-any.whl", "has_sig": false, "md5_digest": "672fdfb8e14e709941df7258ffc28351", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2626, "upload_time": "2019-04-19T00:41:41", "url": "https://files.pythonhosted.org/packages/0d/06/049a6cb64713debc1a4cef75e49407f96476e976a515dbe4afcd346e91ff/markdown_captions-1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7ed0293666941c06f9c733e1a843845", "sha256": "4b19bebfcc0911a07f09b82ec5fb1f088d84b27eb09e1b5795642c80e224eb27" }, "downloads": -1, "filename": "markdown-captions-1.tar.gz", "has_sig": false, "md5_digest": "c7ed0293666941c06f9c733e1a843845", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2195, "upload_time": "2019-04-19T00:41:43", "url": "https://files.pythonhosted.org/packages/87/2a/342d5dfd3db7c93e66b588fda33ca2c42a56e03e0df1e3c7c14f264f1d4d/markdown-captions-1.tar.gz" } ] }