Is there a way to turn off commented code output in SVG?

0 votes
asked Oct 28, 2022 in Question / help by boshka (3,940 points)
Hi,

I need to turn off the commented puml code within svg output:
<svg

...
<!--MD5=[e94e126d1704009039baa8540e441b4a]
@startuml
...
@enduml
-->

...

</sgv
is there a way to do that?

1 Answer

+2 votes
answered Oct 28, 2022 by boshka (3,940 points)
Ok, found the option -nometadata
...