Shouldn't this embed work?

0 votes
asked Feb 27, 2018 in Bug by boshka (3,940 points)
edited Mar 20, 2018 by boshka

@startuml
component "Component Name\n{{\na->b:test\n}}" as a {
}
@enduml

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEpot8pqlDAr5GSeOp_H9pKsFoggjZyX9rxPAiIbABIsBoQckL51AB5H8LghbgkHnIyr90sW40

Could you fix this for the described notation (with \n)?

commented Apr 29, 2018 by boshka (3,940 points)
hi, any further help on this?

1 Answer

0 votes
answered Feb 27, 2018 by Serge Wenger Work (15,620 points)

Hello,

Here is a workaround:

@startuml
component "Component Name" as a {
}
note right of a
{{
a->b:test
}}
end note
@enduml

commented Feb 27, 2018 by boshka (3,940 points)
edited Mar 12, 2018 by boshka
Thanks, I know about the workaround, however shouldn't my way work? Aren't we almost there? :)
...