跳转至

🖼️ 图像,表格,图表和图形

Images, Tables, Charts & Graphs

img2fig

PyPI - Downloads

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>
  • author: Stüber Systems stuebersystems
  • links: Github | Docs
  • installation: pip install git+https://github.com/stuebersystems/mkdocs-img2fig-plugin

table-reader

PyPI - Downloads

Adds a {{ read_csv('table.csv') }} markdown tag to directly insert CSV files in a page.

  • author: Tim Vink timvink
  • links: PyPi | Github | Docs
  • installation: pip install mkdocs-table-reader-plugin

charts

PyPI - Downloads

Mkdocs plugin to add charts to your pages.

drawio-exporter

PyPI - Downloads

Exports your Draw.io diagrams at build time for easier embedding into your documentation. Just embed them like any other image.

markdownmermaid

PyPI - Downloads

This is a mkdocs plugin that could enable the mermaid graph in the markdown file.

mermaid2

PyPI - Downloads

An expanded mkdocs plugin (based on the excellent markdownmermaid) for rendering mermaid graphs. It features improved documentation and it is now possible to define arguments that will be passed to the mermaid.initialize(...) sequence.

  • author: Laurent Franceschetti fralau
  • links: Pypi | Github | Docs
  • installation: pip install mkdocs-mermaid2-plugin

markdownwavedrom

PyPI - Downloads

Renders waveform charts in the wavedrom style.

build_plantuml

PyPI - Downloads

Helps building plantuml images.

  • author: Christoph Galler christo-ph
  • links: Pypi | Github | Docs
  • installation: pip install mkdocs-build-plantuml-plugin

sequence-js

Renders js-sequence-diagrams blocks.

  • author: Francesco Saverio Cannizzaro fcannizzaro
  • links: Github | Docs
  • installation pip install git+https://github.com/fcannizzaro/mkdocs-sequence-js-plugin

kroki

PyPI - Downloads

Renders Kroki-diagram blocks.
Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, Pikchr, PlantUML, SvgBob, UMLet, Vega, Vega-Lite, WaveDrom... and more to come!

MkDocs GLightbox

PyPI - Downloads

Support image lightbox with GLightbox.

GLightbox is pure Javascript lightbox library with mobile support.