pandoc/src/Text
Jesse Rosenthal d65fd58171 Docx Reader: A nicer Docx type.
This modifies the Docx type in the parser to avoid all the extra files
(Notes, numbering, etc). A reader monad keeps track of these, and applies
them at the end. The reader monad is stacked with ErrorT to enable better
error-handling than the old Maybes. (Note that the better error handling
isn't really there yet, but it is now possible.)

One long-term goal of these changes is to make it easier to write the Docx
type. This should make it easier to develop a standalone docx package in the
future.
2014-07-12 18:03:27 +01:00
..
Pandoc Docx Reader: A nicer Docx type. 2014-07-12 18:03:27 +01:00
Pandoc.hs Merge remote-tracking branch 'jgm/master' into dokuwiki 2014-06-29 19:22:31 +01:00