It doesn't show an error but it's also not showing the notes.
Example:
@startuml start switch (whatever) case (first case) :foo; note right this will not be rendered end note case (other case) :bar; endswitch stop @enduml
Am I doing something wrong?
(--------)