Files
pandoc/test/command/figures-mediawiki.md
T
John MacFarlane 6212407eea MediaWiki writer: improve blank space around div elements.
This is merely cosmetic.

Closes #11417.
2026-01-24 14:53:08 +00:00

276 B

Figure float with caption at the figure level.

% pandoc -f native -t mediawiki
[Figure ("fig-id",[],[]) (Caption Nothing [Para [Str "Caption"]]) [Para [Image ("",[],[]) [] ("foo.png", "fig:")]]]

^D
<div id="fig-id" class="figure">
[[File:foo.png|thumb|none]]
</div>