{ "info": { "author": "Antonio Cambule", "author_email": "antonio.cambule@stueber.de", "bugtrack_url": null, "classifiers": [], "description": "# MkDocs Img2Fig Plugin\n\nThis [MkDocs](https://www.mkdocs.org) plugin converts markdown encoded images like\n\n```\n![An image caption](\\assets\\images\\my-image.png)\n```\n\ninto \n\n```html\n
\n \"An\n
An image caption
\n
\n```\n\n## Requirements\n\nThis package requires Python >=3.7 and MkDocs version 1.0 or higher. \n\n## Installation\n\nInstall the package with pip:\n\n```cmd\npip install mkdocs-img2fig-plugin\n```\n\nEnable the plugin in your `mkdocs.yml`:\n\n```yaml\nplugins:\n - search\n - img2fig\n```\n\n**Note:** If you have no `plugins` entry in your config file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set, but now you have to enable it explicitly.\n\nMore information about plugins in the [MkDocs documentation](https://www.mkdocs.org/user-guide/plugins/)", "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/stuebersystems/mkdocs-img2fig-plugin", "keywords": "mkdocs python markdown", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mkdocs-img2fig-plugin", "package_url": "https://pypi.org/project/mkdocs-img2fig-plugin/", "platform": "", "project_url": "https://pypi.org/project/mkdocs-img2fig-plugin/", "project_urls": { "Homepage": "https://github.com/stuebersystems/mkdocs-img2fig-plugin" }, "release_url": "https://pypi.org/project/mkdocs-img2fig-plugin/0.9.2/", "requires_dist": null, "requires_python": ">=3.7", "summary": "A MkDocs plugin that converts markdown encoded images into
elements.", "version": "0.9.2" }, "last_serial": 5246851, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "38b56c4602da8a0d73ab2a47d842064d", "sha256": "2e93ed2320e3e2aa3daaceace1754fad6d806a233d74c0b9415456ce039ffbd4" }, "downloads": -1, "filename": "mkdocs-img2fig-plugin-0.9.2.tar.gz", "has_sig": false, "md5_digest": "38b56c4602da8a0d73ab2a47d842064d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 2791, "upload_time": "2019-05-09T10:16:33", "url": "https://files.pythonhosted.org/packages/d2/d2/1f3633ba7971b6b80e53c3f3e9695a42c7393fc6beffab67f58eafbc04c2/mkdocs-img2fig-plugin-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38b56c4602da8a0d73ab2a47d842064d", "sha256": "2e93ed2320e3e2aa3daaceace1754fad6d806a233d74c0b9415456ce039ffbd4" }, "downloads": -1, "filename": "mkdocs-img2fig-plugin-0.9.2.tar.gz", "has_sig": false, "md5_digest": "38b56c4602da8a0d73ab2a47d842064d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 2791, "upload_time": "2019-05-09T10:16:33", "url": "https://files.pythonhosted.org/packages/d2/d2/1f3633ba7971b6b80e53c3f3e9695a42c7393fc6beffab67f58eafbc04c2/mkdocs-img2fig-plugin-0.9.2.tar.gz" } ] }