mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
0d2114ee4e
Closes #10758. When the alt differs from the caption, but only as regards formatting, we still use an implicit figure.
401 B
401 B
% pandoc -f native -t markdown
[ Figure
( "" , [] , [] )
(Caption
Nothing
[ Para [ Str "Foo" , Space , Emph [ Str "emphasis" ] ] ])
[ Plain
[ Image
( ""
, []
, []
)
[ Str "Foo" , Space , Str "emphasis" ]
( "media/rId20.jpg" , "" )
]
]
]
^D
