mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
9c36d884d5
Also give a better default if `alt` is not specified, using the stringified caption rather than the filename. Partially addresses #11140. Add failing test case for Markdown writer issue in #11140.
287 B
287 B
% pandoc -f rst -t native
|figure05|
.. |figure05| figure:: img/dummy.png
capt
^D
[ Figure
( "" , [] , [] )
(Caption Nothing [ Plain [ Str "capt" ] ])
[ Plain
[ Image
( "" , [] , [] ) [ Str "capt" ] ( "img/dummy.png" , "" )
]
]
]