derlin / docker-compose-viz-mermaid

Generate beautiful visuals from docker-compose files. The mermaid graph can be exported to PNG, SVG, or edited directly in https://mermaid.live.
https://derlin.github.io/docker-compose-viz-mermaid
MIT License
33 stars 3 forks source link

fix: properly quote labels with dots #17

Closed derlin closed 1 month ago

derlin commented 1 month ago

Dots are not supported anymore in labels. This commit ensures strings with dots are properly quoted in the generated mermaid code.

Closes: #16