diff options
author | argent0 <4rgento@gmail.com> | 2020-09-19 22:22:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 18:22:52 -0700 |
commit | ba9bedef23faff253737723d1b79330cdf105d8f (patch) | |
tree | 84d0e941b37aa2e2d157bcc774485420de481fb6 /test/writer.asciidoctor | |
parent | caa225ad8216d704afe1b857f552307e490c1a14 (diff) | |
download | pandoc-ba9bedef23faff253737723d1b79330cdf105d8f.tar.gz |
Asciidoctor images (#6671)
Support `Asciidoctor`'s block figures.
Closes #6538.
Diffstat (limited to 'test/writer.asciidoctor')
-rw-r--r-- | test/writer.asciidoctor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.asciidoctor b/test/writer.asciidoctor index 00cae3b27..6e920990e 100644 --- a/test/writer.asciidoctor +++ b/test/writer.asciidoctor @@ -623,7 +623,7 @@ or here: <http://example.com/> From "`Voyage dans la Lune`" by Georges Melies (1902): -image:lalune.jpg[lalune,title="Voyage dans la Lune"] +image::lalune.jpg[lalune,title="Voyage dans la Lune"] Here is a movie image:movie.jpg[movie] icon. |