pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
654 stars 129 forks source link

Escaping curly brackets in a string variable #35

Closed shiena closed 3 years ago

shiena commented 3 years ago

fix #34

Converts double opening brackets and single closing brackets ({{ and }) to numeric character references. Single open curly bracket and double closed brackets ({ and }}) are not a problem. But the conversion errors are plantuml-dependent, so I don't know if I can avoid all of them.