Skip to main content

A MkDocs plugin that converts markdown encoded images into <figure> elements.

Project description

MkDocs Img2Fig Plugin

This MkDocs plugin converts markdown encoded images like

![An image caption](\assets\images\my-image.png)

into

<figure class="figure-image">
  <img src="\assets\images\my-image.png" alt="An image caption">
  <figcaption>An image caption</figcaption>
</figure>

Requirements

This package requires Python >=3.5 and MkDocs version 1.0 or higher.

Installation

Install the package with pip:

pip install mkdocs-img2fig-plugin

Enable the plugin in your mkdocs.yml:

plugins:
    - search
    - img2fig

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.

More information about plugins in the MkDocs documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs-img2fig-plugin-with-icons-0.0.2.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file mkdocs-img2fig-plugin-with-icons-0.0.2.tar.gz.

File metadata

  • Download URL: mkdocs-img2fig-plugin-with-icons-0.0.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.28.1 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.9.7

File hashes

Hashes for mkdocs-img2fig-plugin-with-icons-0.0.2.tar.gz
Algorithm Hash digest
SHA256 232724efc80b4322e8be29c31af4182cd4f73e1ced380ce581f2a5bef6b8a2d6
MD5 be15ae014da2d1b48525c7b3f553b625
BLAKE2b-256 97f19dec27d1131dd548e4f6a8fb1362a85d10d4702ae0521f5c8d1a390c4403

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page