Skip to content

Releases: mikitex70/plantuml-markdown

Support for ~ in cachedir

13 Nov 19:34
Compare
Choose a tag to compare
  • added support for ~ shortcut for cachedir
  • fixed square brackets in documentation
  • fixed handling of special characters in alt and title options (fixes #70)

Fixed rendering in indented blocks

26 Aug 18:44
Compare
Choose a tag to compare

Fixed rendering when using diagrams in indented blocks, such as lists.

Fixed pip installable packages

01 Jun 16:01
Compare
Choose a tag to compare

In release 3.1.1 there was an extra file in pip packages that that was preventing the plugin from working properly.
This new new release fixes the packages.

Fixed compatibility with Markdown 2

29 May 19:08
Compare
Choose a tag to compare

Fixed a compatibility issue that prevented the usage of the plugin with Markdown 2.x.

Added diagram caching

02 May 11:09
Compare
Choose a tag to compare

Added diagram caching to avoid re-render unchanged diagrams.
To enable caching, the configuration option cachedir must be set to a path to be used as a cache.

The plugin is now available also in chocolatey (thanks to @majkinetor).

Renamed module from `plantuml-markdown` to `plantuml_markdown`

31 Mar 16:25
Compare
Choose a tag to compare

THE PLUGIN NAME HAS CHANGED FROM plantuml-markdown TO plantuml_markdown.
The the tools configuration (markdown, mkdocs, ecc.) MUST be changed accordingly.

Sorry for this new change in the module name, but the dash was a big problem for who needs to import it.

Fixed UTF-8 character handling in `svg_inline` format

16 Mar 16:36
Compare
Choose a tag to compare
2.0.2

Fixed handling of UTF-8 characters in `svg_inline`

Fixed package bundle

03 Mar 10:18
Compare
Choose a tag to compare

Fixed a small error in building bundles for pip installation.

PlantUML server support

02 Mar 09:08
Compare
Choose a tag to compare

With this version the diagram rendering can be done using a PlantUML server.
To overcome a Python module name conflict with another library, THE PLUGIN NAME HAS CHANGED FROM plantuml TO plantuml-markdown.
The the tools configuration (markdown, mkdocs, ecc.) MUST be changed accordingly.

Added options to limit image size

24 Nov 14:04
Compare
Choose a tag to compare
  • Added width and height attributes
  • Fixed navigable links in inline SVG (resolves #18)