WrapWidth causes bullet and number lists to behave inconsistently

0 votes
asked Dec 28, 2018 in Bug by drboa

When using skinparam WrapWidth on notes in a class diagram that contain a bullet or number list, sentences sometimes start on the line below the bullet or number, rather than on the same line.

Re-created on the online server: 

http://www.plantuml.com/plantuml/png/dO-nRiCm34HtVSK1sJeK0Ve3AJeLw9OXisoTQo4IQL1q0lzzbGH5sxKRGTxTunsQH_Erbj3EMPPeiU9aSJdbv3DUzliGH9rmNQ0JtZvUZyVmX9b6v8Q8OIs5ZfARztsUu3FHA4uPYO6JFfHNYyl2T3lBNQD2nCbfICg6Ji6afUWLevfnzBBz0Lre6uhAvq_wTSxZZ3RhMb97VJEUyOun2ceyTw-35yhTISEm8QQKUqfLwmwrr4BO_UB8MWSQqwFIxbyV14gwDM88XpwkjNm1

@startuml
skinparam WrapWidth 300

note top of CLASS
* here is a bullet list
* if the sentence before is wrapped then the one after does not follow correctly
* here is a very long sentence which should be wrapped. I can make it even longer by adding more words

# here is a numbered list
# here is a very long sentence which should be wrapped
end note

@enduml

1 Answer

0 votes
answered Jan 7, 2019 by plantuml (294,960 points)
Thanks for the feedback.

This is solved in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you!
...