summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae2014-07-01
|\
| * Docx reader: clean up parStyle processing.Jesse Rosenthal2014-06-30
| * Rewrote normalize for efficiency. (Closes #1385.)John MacFarlane2014-06-29
| * Merge pull request #1386 from jkr/hanging_indentJohn MacFarlane2014-06-29
| |\
| | * Docx reader: Make use of new ParIndentation info.Jesse Rosenthal2014-06-29
| | * Docx reader: Add ParIndentation type to parser.Jesse Rosenthal2014-06-29
| * | Merge pull request #1383 from jkr/writer-bookmark-fixJohn MacFarlane2014-06-29
| |\ \
| | * | Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal2014-06-29
| | |/
| * / Docx Reader: Update state properlyJesse Rosenthal2014-06-29
| |/
* | Remove stray <div> and </div> from DokuWiki output (#386)Clare Macrae2014-07-01
* | Improved HTML Blocks in DokuWiki output (#386)Clare Macrae2014-07-01
* | Disable warnings about unused parameters.Clare Macrae2014-06-30
* | Updated Copyright year, for consistency with MediaWiki.hsClare Macrae2014-06-29
* | Updated DokuWiki code and tests to work with latest code from jgm.Clare Macrae2014-06-29
* | Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae2014-06-29
|\|
| * 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