pandoc/src/Text/Pandoc/Readers/Docx
Jesse Rosenthal eb11c61182 Docx: Parse images in deprecated vml format.
Some older versions of word use vml (vector markup language) and put
their images in a "v:imagedata" tag inside a "w:pict". We read those as
we read the more modern "blip" inside a "w:drawing".

Note that this does not mean the reader knows anything about vml. It
just looks for a `v:imagdata`. It's possible that, with more complicated
uses of images in vml, it won't do the right thing.
2015-01-21 13:41:16 -05:00
..
Fonts.hs Docx Fonts: Derives Show and Eq 2014-08-11 10:30:32 -04:00
Lists.hs Docx reader: Single-item headers in ordered lists are headers. 2014-09-04 16:35:57 -04:00
Parse.hs Docx: Parse images in deprecated vml format. 2015-01-21 13:41:16 -05:00
Reducible.hs Rewrite Docx.hs and Reducible to use Builder. 2014-08-16 10:22:55 -04:00