Skip to content

Releases: mikitex70/plantuml-markdown

Fixed multiple mixed code blocks

28 Oct 19:09
Compare
Choose a tag to compare

Fixed parsing of mixed fenced_code and plantuml_markdown blocks in
the same document (see #45).

Minor changes

23 Aug 10:05
Compare
Choose a tag to compare
  • fixed UML source diagram inside fenced code (refs #45)
  • external source diagram through source option is now prepended to the inline code (both are kept) (refs #47)

Added support including diagrams from files

18 Jun 18:05
Compare
Choose a tag to compare

Now is possible to include diagram code from external files.
Fixed also a minor bug with the object HTML tag.

Removed annoying debug messages

04 Mar 17:47
Compare
Choose a tag to compare

Removed a forgotten instruction that was setting the log level to debug, causing some debug messages to be written in the output.

Tested with Python 3.8

13 Dec 17:42
Compare
Choose a tag to compare

Fixed the failing tests.

Added plugin priority configuration

08 Dec 16:09
Compare
Choose a tag to compare

Added the priority plugin confiiguration which can be used to fine tuning the plugin execution order.

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.