sytsereitsma / mdbook-plantuml

mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
MIT License
76 stars 14 forks source link

Update markdown_plantuml_pipeline.rs #44

Closed cococolanosugar closed 2 years ago

cococolanosugar commented 2 years ago

check array length before index to avoid out of bound exception.

sytsereitsma commented 2 years ago

Thanks! I'm curious as to what scenario caused this issue. Can you add a unit test for that?