diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-03-12 01:10:21 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-03-12 01:10:21 +0300 |
| commit | d367d5f2ab40c44fcef78f4ca4b6af1949b02ac3 (patch) | |
| tree | 8475922a654a07092cf9530eab6ac258289e1e67 | |
| parent | 5b5fd46c3aab6140aa25f5140673656aa12be0c5 (diff) | |
fix inline-image fixture book to actually use inline image
| -rw-r--r-- | spec/fixtures/inline-image/subdir/chapter.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/inline-image/subdir/chapter.adoc b/spec/fixtures/inline-image/subdir/chapter.adoc index 9a2006d..fdfd24b 100644 --- a/spec/fixtures/inline-image/subdir/chapter.adoc +++ b/spec/fixtures/inline-image/subdir/chapter.adoc @@ -18,6 +18,6 @@ a¦[ditaa, "inline-diag"] [cols="1,1"] |=== -a|image::square.png[] +a|image:square.png[] a|Do do see a red square on the left? |=== |
