github에 tip, warning 아이콘 추가하기
문서 상단에 아래 코드 추가하기
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
Note
|
note |
Tip
|
tip |
Warning
|
warning |
Important
|
important |
Caution
|
caution |
파일 조각 넣기
include::other.adoc[]
include::subdir/other.adoc[leveloffset=+1]
소스코드 하이라이팅
:source-highlighter: highlight.js
다이어그램 추가하기
[plantuml]
....
@startuml
A -> B
@enduml
....
@startuml A -> B @enduml