Add plantuml support (#327)

* Add plantuml support
* Enable PlantUML rendering only if plantumlServer config is set
* Show warning box when plantuml is enabled but no server is configured
This commit is contained in:
Jakob Klepp 2020-08-04 11:15:23 +02:00 committed by GitHub
parent c21503848f
commit fe2f7403aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 96 additions and 1 deletions

View file

@ -14,6 +14,11 @@
max-width: 900px;
}
& > img {
width: unset;
background-color: unset;
}
&.wider {
max-width: 1500px;