From 5df6c2aefebe3d2abcc939a88e294876d59f03ca Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 13:26:17 +0200 Subject: Adding upstream version 0.72. Signed-off-by: Daniel Baumann --- t/fmt/asciidoc/NoImageTarget.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 t/fmt/asciidoc/NoImageTarget.adoc (limited to 't/fmt/asciidoc/NoImageTarget.adoc') diff --git a/t/fmt/asciidoc/NoImageTarget.adoc b/t/fmt/asciidoc/NoImageTarget.adoc new file mode 100644 index 0000000..b6b29d9 --- /dev/null +++ b/t/fmt/asciidoc/NoImageTarget.adoc @@ -0,0 +1,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[] -- cgit v1.2.3