{"id":18204375,"url":"https://github.com/stuebersystems/mkdocs-img2fig-plugin","last_synced_at":"2025-04-02T13:31:51.778Z","repository":{"id":34869459,"uuid":"185771899","full_name":"stuebersystems/mkdocs-img2fig-plugin","owner":"stuebersystems","description":"A MkDocs plugin that converts markdown encoded images into \u003cfigure\u003e elements.","archived":false,"fork":false,"pushed_at":"2022-04-15T06:05:55.000Z","size":38,"stargazers_count":22,"open_issues_count":4,"forks_count":10,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-17T01:51:15.674Z","etag":null,"topics":["mkdocs-plugin"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mkdocs-img2fig-plugin","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuebersystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-09T09:48:11.000Z","updated_at":"2024-11-27T05:48:40.000Z","dependencies_parsed_at":"2022-08-08T02:15:16.064Z","dependency_job_id":null,"html_url":"https://github.com/stuebersystems/mkdocs-img2fig-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fmkdocs-img2fig-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fmkdocs-img2fig-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fmkdocs-img2fig-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fmkdocs-img2fig-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuebersystems","download_url":"https://codeload.github.com/stuebersystems/mkdocs-img2fig-plugin/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246823816,"owners_count":20839779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mkdocs-plugin"],"created_at":"2024-11-03T11:03:55.764Z","updated_at":"2025-04-02T13:31:51.343Z","avatar_url":"https://github.com/stuebersystems.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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\u003cfigure class=\"figure-image\"\u003e\n  \u003cimg src=\"\\assets\\images\\my-image.png\" alt=\"An image caption\"\u003e\n  \u003cfigcaption\u003eAn image caption\u003c/figcaption\u003e\n\u003c/figure\u003e\n```\n\n## Requirements\n\nThis package requires Python \u003e=3.5 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/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuebersystems%2Fmkdocs-img2fig-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuebersystems%2Fmkdocs-img2fig-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuebersystems%2Fmkdocs-img2fig-plugin/lists"}