summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r--src/Text/Pandoc/Readers/Docx.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Docx.hs b/src/Text/Pandoc/Readers/Docx.hs
index df4be41ff..4035cde99 100644
--- a/src/Text/Pandoc/Readers/Docx.hs
+++ b/src/Text/Pandoc/Readers/Docx.hs
@@ -216,7 +216,9 @@ parPartsToInlines opts docx parparts =
-- We're going to skip data-uri's for now. It should be an option,
-- not mandatory.
--
- --bottomUp (makeImagesSelfContained docx) $
+ (if False -- TODO depend on option
+ then bottomUp (makeImagesSelfContained docx)
+ else id) $
bottomUp spanCorrect $
bottomUp spanTrim $
bottomUp spanReduce $