* Added support for server-side C4 includes (refs 76) [Michele Tessaro]
Added the `server_include_whilelist` configuration which is a list of regular expressions used to define which files can be safely included by the server. Defaults to `[r'^[Cc]4.*$']`, all C4 include files.
3.7.2
New
* Retry on server errors or rate limits when rendering remotely (refs 79) [Nejc Habjan]
3.7.1
Fix
* Do not create temp file with kroki (refs 77) [Nejc Habjan]
3.7.0
New
* Exposed error messages from kroki (refs 75) [Michele Tessaro]
Error messages from Kroki server are rendered as text in the output. This is to overcome the problem that Kroki does not render errors as images as PluntUML does.
* Added kroki as rendering server (refs 75) [Michele Tessaro]
With the plugin configuration `kroki_Server` is now possible to use a Kroki server fore remote rendering. Image maps are not supported by Kroki.