【发布时间】:2021-01-16 16:59:59
【问题描述】:
我正在尝试为 Plantuml 序列图“注释”中的特定多行文本块设置背景颜色。
例如下面的sn-p for Plantuml Sequence图中,如何为注释的<code>部分应用特定的背景色?
participant Alice
note left of Alice
This text with default color.
<code>
println("Hello Alice")
println("Welcome to Wonderland!")
</code>
end note
到目前为止,我只能找到 <back:color>,但它似乎不适用于多行文本。
【问题讨论】:
标签: plantuml