summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* EPUB writer: better handle HTML media tags.John MacFarlane2014-07-07
* `Parsing`: Added `stateInHtmlBlock` to `ParserState`.John MacFarlane2014-07-07
* normalize: consolidate adjacent RawBlocks when possible.John MacFarlane2014-07-07
* HTML reader: adjust `blockTags` and `eitherBlockOrInline`.John MacFarlane2014-07-07
* Merge pull request #1397 from jkr/equationsJohn MacFarlane2014-07-07
|\
| * Docx Reader: Write LaTeX based on equations in word.Jesse Rosenthal2014-07-02
| * Docx Reader: Add new file, TexChar.Jesse Rosenthal2014-07-02
| * Docx Reader: Parse omml equations.Jesse Rosenthal2014-07-02
* | MediaWiki writer: Minor renaming of 'st' prefixed names.John MacFarlane2014-07-04
* | Little restructuralization.Matej Kollar2014-07-04
* | Move more things to Reader.Matej Kollar2014-07-04
* | HLint suggestions.Matej Kollar2014-07-04
* | Use Reader.Matej Kollar2014-07-02
|/
* 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
|/
* 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