Skip to content

Releases: mikitex70/plantuml-markdown

Fixed search in include directories

12 Sep 05:47
Compare
Choose a tag to compare

Fixed a small bug when finding files to include if there is more than one directory specified in base_dir.

Handled Mkdocs path directives in the configuraton file

16 Aug 08:38
Compare
Choose a tag to compare

Now directives like !relative $docs_dir are handled correctly in the base_dir plantuml_markdown configuration.
Now you can set search paths relatives to MkDocs project path.

Fixed source search in `base_dir` paths

09 Aug 05:39
Compare
Choose a tag to compare

This version fixes a small but annoying bug that prevented proper inclusion of sources in the presence of multiple paths configured via base_dir.

Fixed inclusion of plantuml config file with local rendering

03 Aug 13:52
Compare
Choose a tag to compare

Last version introduced a bug which caused errors when trying to locate the PlantUML config file when used with local plantuml command.

Fixed include from multiple paths

01 Aug 16:45
Compare
Choose a tag to compare

Now the base_dir configuration accept also a list of strings, interpreted as a list of paths where to search for files to include.

Fixed namespace in inline SVG

13 Jul 16:38
Compare
Choose a tag to compare

This version fixes a small bug with inline SVG, which added an ns0: before every SVG tag.
There is also a JsonSchema file to use with MkDocs-Material to validate the configuration options for the plantuml_markdown plugin.

Fixed json support

09 May 18:46
Compare
Choose a tag to compare

Fixed PlantUML json support when the json is defined in an included file or variable.

Auto-create cachedir if missing

24 Apr 06:04
Compare
Choose a tag to compare

Another minor improvement/fix: the path indicated in 'cachedir' is now automatically created if it doesn't exist.

Speed improvement when generating PNG images

22 Apr 18:24
Compare
Choose a tag to compare

This version fixes a small issue that affected performance when generating PNG images from diagrams without hyperlinks.

Converted as a Python module

26 Mar 19:44
Compare
Choose a tag to compare

The extension has been refactored as a Python module to simplify installation.