Dotted arrow --> is also the close of comment blocks (HTML, XML, Markdown)

0 votes
asked Feb 28, 2023 in Bug by anonymous

Similar to the issue in https://forum.plantuml.net/11806/dotted-arrow-also-the-close-comment-blocks-html-xml-markdown `map` uses the syntax with --> for longer arrows but they pose a problem when embedding in HTML.

For example, the following cannot be embedded in HTML.

map example {

    A*--> B

}

The linked thread above suggests the use of `_` before the `>` but that doesn't work for maps. Can this be fixed in the same way, please?

1 Answer

0 votes
answered Mar 4, 2023 by plantuml (294,960 points)
Thanks for the feedback!

This is fixed in last snapshot.
...