Skip to content

Ffixed error with external plantuml server

Compare
Choose a tag to compare
@mikitex70 mikitex70 released this 25 Feb 17:40
· 129 commits to master since this release

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 immediately stopping markdown parsing.
Now the error is intercepted and logged, and markdown can continue its work.