mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
Docx writer: Handle PDF images.
This commit is contained in:
@@ -680,6 +680,7 @@ imgPath ident img = "media/" ++ ident ++
|
||||
Just Png -> ".png"
|
||||
Just Jpeg -> ".jpeg"
|
||||
Just Gif -> ".gif"
|
||||
Just Pdf -> ".pdf"
|
||||
Nothing -> ""
|
||||
|
||||
br :: Element
|
||||
|
||||
Reference in New Issue
Block a user