PlantUML 노트 내에서 # 또는 *를 이스케이프하는 방법
#
이나 *
가 리스트로 해석되어 그대로 표시를 할 수 없다.나는 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
파형의 밑줄로 수식할 수 있는 것을 처음 알았지만, 물결표의 역할이 경쟁하고 있기 때문인지 이스케이프 할 수 없는 것 같다.
Reference
이 문제에 관하여(PlantUML 노트 내에서 # 또는 *를 이스케이프하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kenichiuda/items/42a5f496795ab2f2979b
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
@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
Reference
이 문제에 관하여(PlantUML 노트 내에서 # 또는 *를 이스케이프하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kenichiuda/items/42a5f496795ab2f2979b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)