DITA Open Toolkit plugin which allows publishing embedded Plant UML and Mermaid diagrams to HTML and PDF.
The plugin was tested and developed with DITA OT 3.7
If you set the @outputclass="embed-mermaid-diagram" attribute on a DITA <foreign> element the plugin will attempt to convert it to SVG using the free Mermaid web site converter.
If you set the @outputclass="embed-plant-uml" attribute on a DITA <foreign> element the plugin will attempt to convert it to SVG using the PlantUML project..
The "samples" folder contains a sample DITA topic with a Plant UML equation which is properly displayed when converted to HTML and PDF-based outputs.
Copyright 2022 Syncro Soft SRL.
This project is licensed under Apache License 2.0. The plugin contains a Java library provided by the PlantUML project under the Apache 2.0 License.