summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Docx rdr: Avoid mapping makeHeaderAnchors globallyJesse Rosenthal2014-06-28
* Move Docx reader to DocxContext monadJesse Rosenthal2014-06-28
* Require haddock-library >= 1.1 and simplify haddock reader code.John MacFarlane2014-06-26
* Merge pull request #1374 from jkr/track-changes-optionsJohn MacFarlane2014-06-25
|\
| * Docx reader: Make use of track-changes option.Jesse Rosenthal2014-06-25
* | Docx reader: Code cleanup in parse.Jesse Rosenthal2014-06-25
|/
* Docx reader: Remove unnecessary filter in Parse.Jesse Rosenthal2014-06-25
* Docx reader: Add rudimentary track changes support.Jesse Rosenthal2014-06-25
* Docx reader: Parse Insertions and Deletions.Jesse Rosenthal2014-06-25
* Docx Reader: Add change typesJesse Rosenthal2014-06-25
* Docx reader: Ignore zero (or negative) indentJesse Rosenthal2014-06-24
* Docx reader: remove T.P.Generic import.Jesse Rosenthal2014-06-24
* Docx reader: pass definition test.Jesse Rosenthal2014-06-24
* Docx reader: pass code tests.Jesse Rosenthal2014-06-24
* Add copyright block to T.P.R.Docx.Reducible.Jesse Rosenthal2014-06-23
* Merge pull request #1366 from jkr/reducible3John MacFarlane2014-06-23
|\
| * Use Reducible in docx reader.Jesse Rosenthal2014-06-23
| * Move some of the clean-up logic into List module.Jesse Rosenthal2014-06-23
| * Add new typeclass, ReducibleJesse Rosenthal2014-06-23
* | Markdown reader: Combine consecutive latex environments.John MacFarlane2014-06-23
|/
* Docx reader: Fix spacing in formatting.Jesse Rosenthal2014-06-22
* Implement new normalization.Jesse Rosenthal2014-06-22
* Markdown reader: Support smallcaps through span.John MacFarlane2014-06-20
* MediaWiki reader: Tightened up template parsing.John MacFarlane2014-06-20
* MediaWiki reader: Support --trace.John MacFarlane2014-06-20
* Markdown reader: Prevent spurious line breaks after list items.John MacFarlane2014-06-20
* HTML reader: Fix performance issue with malformed HTML tables.John MacFarlane2014-06-20
* Support --trace in HTML reader.John MacFarlane2014-06-20
* Make strNormalize go bottomUp.Jesse Rosenthal2014-06-20
* Docx reader: Add a comment explaining strNormalizeJesse Rosenthal2014-06-20
* Docx Reader: Normalize DefinitionListsJesse Rosenthal2014-06-20
* Docx reader: simplify blockNormalizeJesse Rosenthal2014-06-20
* Docx reader: Fix hdr handling in block normJesse Rosenthal2014-06-20
* HTML reader: Allow space between `<col>` and `</col>`.John MacFarlane2014-06-19
* Introduce blockNormalizeJesse Rosenthal2014-06-19
* Have Docx reader properly interpret tabs.Jesse Rosenthal2014-06-19
* Add literal tabs to parser.Jesse Rosenthal2014-06-19
* More polish on Haddock reader/writer.John MacFarlane2014-06-18
* Finished first draft of Haddock writer.John MacFarlane2014-06-18
* Rewrote haddock reader to use haddock-library.John MacFarlane2014-06-18
* Removed old haddock reader code. Add dependency on haddock-library.John MacFarlane2014-06-18
* DocBook reader: Support <?asciidoc-br?>.John MacFarlane2014-06-17
* LaTeX reader: Correctly handle table rows with too few cells.John MacFarlane2014-06-17
* Fixed compiler warning.John MacFarlane2014-06-16
* Naming: Use Docx instead of DocX.John MacFarlane2014-06-16
* Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docxJohn MacFarlane2014-06-16
|\
| * Add DocX files to tree.Jesse Rosenthal2014-06-16
* | Org reader: make tildes create inline code.John MacFarlane2014-06-16
* | Small improvement to fix to #1333.John MacFarlane2014-06-16
* | Markdown reader: fixed #1333 (table parsing bug).John MacFarlane2014-06-16