diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2020-07-17 16:01:41 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-07-17 16:02:40 +0200 |
| commit | 36fede2b024d46f64d1a5bbc1a82b22d681fe7c3 (patch) | |
| tree | 25bb127fbaede39cc80613b09462f51d59012983 /test | |
| parent | 06d834caaa91bee53537e49251a1b30cfb9a8d00 (diff) | |
| download | pandoc-36fede2b024d46f64d1a5bbc1a82b22d681fe7c3.tar.gz | |
Jira writer: keep image caption as alt attribute
Fixes #6529
Diffstat (limited to 'test')
| -rw-r--r-- | test/writer.jira | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.jira b/test/writer.jira index 14080c230..aff0dc320 100644 --- a/test/writer.jira +++ b/test/writer.jira @@ -513,9 +513,9 @@ or here: <http://example.com/> h1. {anchor:images}Images From "Voyage dans la Lune" by Georges Melies \(1902): -!lalune.jpg|title=fig:Voyage dans la Lune! +!lalune.jpg|title=fig:Voyage dans la Lune, alt=lalune! -Here is a movie !movie.jpg! icon. +Here is a movie !movie.jpg|alt=movie! icon. ---- h1. {anchor:footnotes}Footnotes |
