PlantUML の note 内で#や*をエスケープする方法
PlantUMLのnote/endnote内ではCreole記法が使用できるが、それによって行頭の#
や*
がリストと解釈されて、そのまま表示ができない。
私はBTSのチケットを書こうとして少し困った。
@startuml
Bob -> Alice : hello
note left
# orderd list
## sub list
* unorderd list
** sub list
This is **bold**
This is //italics//
This is ""monospaced""
This is --stroked--
This is __underlined__
This is ~~waved~~
endnote
@enduml
エスケープする方法
公式サイトに書かれている通り、前にチルダ(~
)を置く。
@startuml
Bob -> Alice : hello
note left
~# orderd list
~## sub list
~* unorderd list
~** sub list
This is ~**bold**
This is ~//italics//
This is ~""monospaced""
This is ~--stroked--
This is ~__underlined__
This is ~~~waved~~
endnote
@enduml
波型の下線で修飾できることを初めて知ったが、チルダの役割が競合しているからかエスケープできないようだ。
Author And Source
この問題について(PlantUML の note 内で#や*をエスケープする方法), 我々は、より多くの情報をここで見つけました https://qiita.com/kenichiuda/items/42a5f496795ab2f2979b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .