timofurrer / pandoc-plantuml-filter

Pandoc filter for PlantUML code blocks
https://pypi.org/project/pandoc-plantuml-filter
MIT License
104 stars 26 forks source link

Add support for plantUML split image feature #18

Open oliviermartin opened 2 years ago

oliviermartin commented 2 years ago

Large plantUML diagrams can be split into multiple images: https://plantuml.com/class-diagram#fc6a662f75b53104

This pandoc filter was always assuming a single image was produced for each diagram. This commit add the support for PlantUML split image.