Commit 788eddce authored by ma.kato's avatar ma.kato

widthの指定方法を追加

割合指定に関しての説明を追加
parent aefdcda1
......@@ -769,6 +769,13 @@ https://asciidoctor.org/docs/user-manual/[チートシート英語]
+
----
image::im.JPG[代替テキスト,x,y,.... align="right/left/center"]
x,yは表示ピクセル数を指定するか
もしくは%を用いて実際の表示幅からの割合表示が可能
image::im.JPG[代替テキスト,"50%"]
また明示的に記載も可能(width,height)
image::im.JPG[代替テキスト,width="50%"]
----
* インライン(行内)
......
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