emicklei / dot

Go package for writing descriptions using the Graphviz DOT and Mermaid language
MIT License
282 stars 19 forks source link

Escape/quote mermaid labels #30

Closed lespea closed 1 year ago

lespea commented 1 year ago

If labels aren't quoted than any special character will cause issue loading into mermaid. Seems we just need to html escape the string and surround it in quotes.

emicklei commented 1 year ago

@lespea thank you for contributing