The class diagram webpage on plantuml.com is inappropriately applying an HTML strike tag

0 votes
asked Sep 6, 2019 in Bug by Shaun Case

Description

Not sure if this a PlantUML bug or a simple typo on the page. In either case, most of the text on the documentation page for Class Diagram Syntax is rendered with strikethrough, apparently due to an HTML strike tag being interpreted when it shouldn't be.

See attached image for detail.

To Reproduce

  • Point browser at http://plantuml.com/class-diagram
  • Search or scroll down to "More on notes"
  • Observe at the point where the HTML strike tag is used, almost all following text is struck to the end of page.  <== BUG

Expected Result

Instead I would expect the page text to be rendered normally all the way to the bottom of the page.

Environment

Seen on Mac OSX 10.11.6 with

  • Firefox 69.0 (64-bit)
  • Chrome 76.0.3809.132 (Official Build) (64-bit)

Screen Excerpt

The problematic section looks like this:

More on notes

It is also possible to use few html tags like :

  • <b>
  • <u>
  • <i>
  • <s>, , <strike>
  • <font color="#AAAAAA"> or <font color="colorName">
  • <color:#AAAAAA> or <color:colorName>
  • <size:nn> to change font size
  • <img src="file"> or <img:file>: the file must be accessible by the filesystem

You can also have a note on several lines.

You can also define a note on the last defined class using note left, note right, note top, note bottom.

[ ... ]
commented Sep 9, 2019 by imudak
Thank you for the good report.

And thank you for correcting the converter.

Me and someone else was trying to solve this problem with a wiki fix.

I should have reported to this bulletin board.

1 Answer

0 votes
answered Sep 7, 2019 by plantuml (294,960 points)
Many thanks for the feeback. This was a bug in the converter wiki to html.

This should be fix right now.

Thanks again!
...