Commit 41c79a4b authored by heywon.choi's avatar heywon.choi

image

parent 1ab4c25b
Pipeline #19608 passed with stage
in 15 seconds
......@@ -210,7 +210,7 @@ nav: <6>
====
****
.Navigation file (Site)
image::figure0_1.png["내비게이션 파일",800]
image::guide-like-bgbook_figure0_1.png["내비게이션 파일",800]
****
==== 내비게이션 등록
......
......@@ -28,5 +28,5 @@ Title을 작성하는 AsciiDoc 소스는 다음과 같다.
Title을 작성한 본문 형태는 다음과 같다.
****
.Document Title
image::figure1_1.png["Document Title",800]
image::guide-like-bgbook_figure1_1.png["Document Title",800]
****
\ No newline at end of file
......@@ -30,5 +30,5 @@ Section을 작성하는 AsciiDoc 소스는 다음과 같다.
Section을 사용하는 경우 본문 형태는 다음과 같다.
****
.Section
image::figure2_1.png["Section",800]
image::guide-like-bgbook_figure2_1.png["Section",800]
****
\ No newline at end of file
......@@ -10,13 +10,21 @@ Heywon Choi <heywon.choi@bankwareglobal.com>
== Image
문서에서 그림을 표현하기 위해서는 블록(pass:[****)]과 image::파일명["대체 텍스트",너비]를 사용하고 결과물은 다음과 같다.
[NOTE]
====
이미지 파일명은 "모듈명_"을 접두어로 붙인다.
예) concepts 모듈에서 사용되는 이미지
* 접두어: concepts_
* 파일명: concepts_overview.png
====
=== AsciiDoc 소스
그림을 사용하는 AsciiDoc 소스는 다음과 같다.
[source,asciidoc]
----
****
.Online Architecture
image::figure9_1.png["Online Architecture",800]
image::guide-like-bgbook_figure9_1.png["Online Architecture",800]
****
----
......@@ -24,5 +32,5 @@ image::figure9_1.png["Online Architecture",800]
그림을 사용하는 경우 본문 형태는 다음과 같다.
****
.Online Architecture
image::figure9_1.png["Online Architecture",800]
image::guide-like-bgbook_figure9_1.png["Online Architecture",800]
****
......@@ -10,11 +10,19 @@ Heywon Choi <heywon.choi@bankwareglobal.com>
== Inline Image
문서에서 아이콘을 표현하기 위해서는 pass:[image:파일명["대체 텍스트",너비]]를 사용하고 결과물은 다음과 같다.
[NOTE]
====
이미지 파일명은 "모듈명_"을 접두어로 붙인다.
예) concepts 모듈에서 사용되는 이미지
* 접두어: concepts_
* 파일명: concepts_overview.png
====
=== AsciiDoc 소스
아이콘을 사용하는 AsciiDoc 소스는 다음과 같다.
[source,asciidoc]
----
Click image:play.png["Play",20] to get the party started.
Click image:guide-like-bgbook_play.png["Play",20] to get the party started.
////
대상 이미지와 현재 페이지가 동일한 모듈에 속하지 않는 경우 이미지 매크로에서 대상 이미지의 모듈 좌표 및 파일 좌표를 지정해야 한다.
......@@ -26,7 +34,7 @@ Click image:ROOT:pause.png["Pause",20] when you need a break.
=== 결과
아이콘을 사용하는 경우 본문 형태는 다음과 같다.
****
Click image:play.png["Play",20] to get the party started.
Click image:guide-like-bgbook_play.png["Play",20] to get the party started.
Click image:ROOT:pause.png["Pause",20] when you need a break.
Click image:ROOT:ROOT_pause.png["Pause",20] when you need a break.
****
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment