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 82863be commit 8aba884Copy full SHA for 8aba884
src/Text/Pandoc/Writers/HTML.hs
@@ -993,7 +993,7 @@ blockToHtml opts (DefinitionList lst) = do
993
defList opts contents
994
blockToHtml opts (Table attr caption colspecs thead tbody tfoot) =
995
tableToHtml opts (Ann.toTable attr caption colspecs thead tbody tfoot)
996
-blockToHtml _ (Figure {}) = return mempty
+blockToHtml opts (Figure attrs _ body) = blockToHtml opts $ Div attrs body
997
998
tableToHtml :: PandocMonad m
999
=> WriterOptions
0 commit comments