Plantuml-markdown

Latest version: v3.11.1

Safety actively analyzes 715081 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 10

3.1.3

Changes

* Updated changelog for the new release. [Michele Tessaro]

* Updated changelog for the new release. [Michele Tessaro]

Fix

* Fix rendering in indented blocks (fixes 31) [Grzegorz Adamiak]

It fixes [issue][31] with rendering indented fenced blocks. They were
rendered only when put at beginning of the line. To illustrate, this
block was processed correctly

plantuml
A --> B : I am processed


while a block nested under a list item (indented) was not processed

* A list item with nested block

plantuml
A --> B : I am not processed


[31]: https://github.com/mikitex70/plantuml-markdown/issues/31

With this patch the block is converted into image and correctly put in
the document tree allowing for images nested in other block elements,
e.g. list items.

3.1.2

Fix

* Fixed pip installable packages (fixes 29, 30) [Michele Tessaro]

3.1.1

Fix

* Fixed compatibility with Markdown 2 (refs 29) [Michele Tessaro]

3.1.0

New

* Added diagram caching (implements 27) [Michele Tessaro]

To activate caching define the configuration option `cachedir`.
See the `README.md` for some detail.

Changes

* Update changelog for the new release. [Michele Tessaro]

* Added installation instructions for `chocolatey` (refs 28) [Michele Tessaro]

3.0.0

New

* Allow percent sign in width and height options. [Mathias Lüdtke]

Changes

* Updated documentation for new release. [Michele Tessaro]

Fix

* Renamed module to `plantuml_markdown` (fixes 23) [Michele Tessaro]

Renamed module from `plantuml-markdown` to `plantuml_markdown` to allow
importing module in other python sources.
This breaks compatibility: plugin configuration in `markdown_py` must be
renamed too.

2.0.2

Changes

* Updated documentation for new release. [Michele Tessaro]

Fix

* Fixed handling of unicode characters in svg_inline (refs 21) [Szymon Wilkołazki]

Page 8 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.