- feat(plantUML): add plugin
PlantUML(#977) - feat(drawIO): add plugin options
SERVER_TIMEOUTandMEMORIZED_URL_COUNT - improve(article_uploader): lazy load selenium if needs
- fix(core/diagramParser): When rendering diagram fails, error messages may repeatedly appear
Due to the B/S architecture of PlantUML, users are required to provide a rendering server. Suggest using Docker to install rendering server:
docker pull plantuml/plantuml-server:jetty
docker run -d --name plantuml-server -p 8080:8080 plantuml/plantuml-server:jetty