We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84d10b commit a053132Copy full SHA for a053132
src/Text/Pandoc/Writers/OpenDocument.hs
@@ -377,7 +377,7 @@ blockToOpenDocument o = \case
377
Plain b -> if null b
378
then return empty
379
else inParagraphTags =<< inlinesToOpenDocument o b
380
- Para [Image attr c (s,T.stripPrefix "fig:" -> Just t)] -> figure attr c s t
+ SimpleFigure attr c s t -> figure attr c s t
381
Para b -> if null b &&
382
not (isEnabled Ext_empty_paragraphs o)
383
0 commit comments