Fix
* Fixed error with external plantuml server (fixes 61) [Michele Tessaro]
When using an external PlantUML server to render diagrams, if a diagram
has syntax errors and the remote server returns an error code (HTTP >=
400), and exception was thrown immediatly stopping markdown parsing.
Now the error is intercepted and logged, and markdown can continue its
work.