79353358

Date: 2025-01-13 20:29:31
Score: 2
Natty:
Report link

I found a solution/workaroud myself - simply use tabs instead of spaces:

@startuml

class Task
{
  String   \t\t name()
  LocalDate  \t start()
  LocalDate  \t end()
}

@enduml

Now it is rendered like this:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: r-uu