summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Docx Reader: All headers get auto id.Jesse Rosenthal2014-06-28
* Merge pull request #1377 from jkr/monadJohn MacFarlane2014-06-28
|\
| * Change test result to match new behavior.Jesse Rosenthal2014-06-28
| * Docx Reader: Introduce link rewriting.Jesse Rosenthal2014-06-28
| * make makeHeaderAnchors make an auto idJesse Rosenthal2014-06-28
| * Rewrote header generation.Jesse Rosenthal2014-06-28
| * Docx Reader: Simplify makeHeaderAnchorsJesse Rosenthal2014-06-28
| * Docx Reader: Clean up guardsJesse Rosenthal2014-06-28
| * Docx rdr: Avoid mapping makeHeaderAnchors globallyJesse Rosenthal2014-06-28
| * Move Docx reader to DocxContext monadJesse Rosenthal2014-06-28
|/
* Fixed `--filter` so it doesn't search PATH for a filter with a path.John MacFarlane2014-06-27
* 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
|\
| * Fix typo in README.Jesse Rosenthal2014-06-25
| * Track changes tests.Jesse Rosenthal2014-06-25
| * Updated README to include "--track-changes" option.Jesse Rosenthal2014-06-25
| * Docx reader: Make use of track-changes option.Jesse Rosenthal2014-06-25
| * Add track changes option to command line.Jesse Rosenthal2014-06-25
| * Add TrackChanges to Options export.Jesse Rosenthal2014-06-25
| * Add reader option for track changes.Jesse Rosenthal2014-06-25
| * Add TrackChanges type to options.Jesse Rosenthal2014-06-25
* | Merge pull request #1375 from jkr/cleanupJohn MacFarlane2014-06-25
|\ \
| * | Docx reader: Code cleanup in parse.Jesse Rosenthal2014-06-25
|/ /
* | Merge pull request #1372 from jkr/track-changesJohn MacFarlane2014-06-25
|\|
| * Docx reader: Add tests for basic track changesJesse 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
|/
* Merge pull request #1370 from jkr/fix-zero-indentJohn MacFarlane2014-06-24
|\
| * Docx reader: Ignore zero (or negative) indentJesse Rosenthal2014-06-24
* | Merge pull request #1368 from jkr/docxCodeJohn MacFarlane2014-06-24
|\|
| * Docx reader: remove T.P.Generic import.Jesse Rosenthal2014-06-24
| * Docx reader: pass definition test.Jesse Rosenthal2014-06-24
| * Docx Reader: add failing defintion list tests.Jesse Rosenthal2014-06-24
| * Docx reader: pass code tests.Jesse Rosenthal2014-06-24
| * Docx reader: add failing tests for inline code and code blocks.Jesse Rosenthal2014-06-24
|/
* Merge pull request #1367 from jkr/reducible-copyrightJohn MacFarlane2014-06-23
|\
| * Add copyright block to T.P.R.Docx.Reducible.Jesse Rosenthal2014-06-23
|/
* Merge pull request #1366 from jkr/reducible3John MacFarlane2014-06-23
|\
| * Add test for correctly trimming spaces in formatting.Jesse Rosenthal2014-06-23
| * Add Reducible to cabal file.Jesse Rosenthal2014-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
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
* | Markdown reader: Combine consecutive latex environments.John MacFarlane2014-06-23
|/
* Merge pull request #1363 from jkr/newNormalizeJohn MacFarlane2014-06-21
|\
| * Docx reader tests: add tests for normalization deep in blocks.Jesse Rosenthal2014-06-22
| * Docx reader tests: Correct normalize test.Jesse Rosenthal2014-06-22