blob: b6b29d924d34ca70f49b65826a8eea3fb86be497 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Test Images targets
===========================================
Image Targets
-------------
Paragraph before blockimage
image::foo.png[Block image Alt]
paragraph after blockimage
image::foo.png["Block image with title", title="My image title"]
.External image title
image::foo.png["Block image with external title"]
image::foo.png[title="Image with title but without alt-text"]
Block image macro without alt text:
image::foo.png[]
|