File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1718,6 +1718,24 @@ Which looks like:
1718
1718
1719
1719
image::resources/readme/example.svg[An example svg]
1720
1720
1721
+ [[image-links]]
1722
+ === Image links
1723
+
1724
+ You can add relative or absoloute links to your images with the following syntax:
1725
+
1726
+ [source,asciidoc]
1727
+ ----
1728
+ image:./images/dynamic-config.svg[link=configuration.html#configuration-dynamic]
1729
+ ----
1730
+
1731
+ Using internal link attributes is also supported, but the image must be inside the internal link syntax.
1732
+ It's important to add a space on each side of the image tag. Without spaces, the image will not render.
1733
+
1734
+ [source,asciidoc]
1735
+ ----
1736
+ <<configuration-dynamic, image:./images/dynamic-config.svg[] >>
1737
+ ----
1738
+
1721
1739
[[videos]]
1722
1740
== Videos
1723
1741
You can’t perform that action at this time.
0 commit comments