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 3fe014f commit 5085d90Copy full SHA for 5085d90
src/Text/Pandoc/Readers/Ipynb.hs
@@ -184,7 +184,7 @@ handleData metadata (MimeBundle mb) =
184
Nothing -> ""
185
Just ext -> "." <> ext
186
insertMedia (T.unpack fname) (Just mt) bl
187
- return $ B.para $ B.imageWith ("",[],metaPairs) fname "" mempty
+ return $ B.simpleFigureWith ("", [], metaPairs) [] fname ""
188
189
dataBlock ("text/html", TextualData t)
190
= return $ B.rawBlock "html" t
0 commit comments