diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-03 23:48:04 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-04 00:11:45 +0700 |
| commit | b2e643886287d7040b059606b363c69342ae4adf (patch) | |
| tree | 25f72eec531cffd68cd5f069b7035ddce2697c8b /testdata/test.adoc | |
| parent | d46ea117cae9981b1bbd7db9c87dcb3a6f636560 (diff) | |
| download | asciidoctor-go-b2e643886287d7040b059606b363c69342ae4adf.tar.xz | |
all: support inline image with link option
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index 5ff30cb..ef9809d 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -613,6 +613,7 @@ You can find Linux everywhere these days! image:sunset.jpg[Sunset,150,150,role="right"] What a beautiful sunset! +Image with link image:sunset.jpg[Sunset,link="https://kilabit.info"]. == Block open |
