summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* Docx Reader: All headers get auto id.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
* 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
| * 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
* | 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
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-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
* LaTeX writer: Correctly handle figures in notes.John MacFarlane2014-06-20
* Markdown reader: Prevent spurious line breaks after list items.John MacFarlane2014-06-20
* ImageSize: Use default instead of failing if image size not foundJohn 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
* LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.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
* Docx writer: Use Compact style for empty table cells.John MacFarlane2014-06-19
* HTML reader: Allow space between `<col>` and `</col>`.John MacFarlane2014-06-19
* Merge pull request #1354 from jkr/literalTabJohn MacFarlane2014-06-19
|\
| * Introduce blockNormalizeJesse Rosenthal2014-06-19