summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane2014-08-30
|\
| * Remove an unnecessary import.Artyom Kazak2014-08-17
| * Update Reader.EPUB to use `MimeType`.Artyom Kazak2014-08-17
| * MIME cleanup.Artyom Kazak2014-08-17
* | Merge pull request #1580 from jkr/stringCellDokuWikiJohn MacFarlane2014-08-30
|\ \
| * | DokuWiki writer: Use backslash newlines in table cells.Jesse Rosenthal2014-08-30
* | | Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane2014-08-29
|\ \ \
| * | | LaTeX writer: Make Horizontal Rules more flexibleJose Luis Duran2014-08-28
* | | | Merge branch 'ugly-tables' of https://github.com/jlduran/pandoc into jlduran-...John MacFarlane2014-08-29
|\ \ \ \ | |_|/ / |/| | |
| * | | LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran2014-08-29
| * | | LaTeX writer: Fix tablesJose Luis Duran2014-08-28
| |/ /
* | | Docx Reader: Read single para in table cell as plainJesse Rosenthal2014-08-28
* | | DokuWiki Writer: Refactor to use Reader monadMatthew Pickering2014-08-27
* | | DokuWiki Writer: Hlint cleanupMatthew Pickering2014-08-27
* | | DokuWiki Writer: Qualified all importsMatthew Pickering2014-08-27
|/ /
* | Merge pull request #1564 from jkr/trackChangesWriterJohn MacFarlane2014-08-26
|\ \
| * | Docx writer: Accomodate GHC 7.4 (no lookupEnv)Jesse Rosenthal2014-08-26
| * | Docx writer: Default to user login and time of change if not given.Jesse Rosenthal2014-08-25
| * | Docx writer: Implement track changes.Jesse Rosenthal2014-08-25
* | | Fixed exampleLine parser to accept example lines which have indentation at th...Calvin Beck2014-08-26
|/ /
* | Hlint changes to Docx writer.John MacFarlane2014-08-24
* | Docx writer: Bibliography entries get Bibliography style.John MacFarlane2014-08-23
* | Fixed --self-contained with Windows paths.John MacFarlane2014-08-22
* | Txt2Tags Reader: Fixed crash when reading from stdinmpickering2014-08-21
* | Txt2Tags Reader: Corrected formatting of %%mtime macrompickering2014-08-21
* | Txt2Tags Reader: Parse Meta informationmpickering2014-08-21
* | Txt2Tags reader: Header is now parsed only if standalone flag is setmpickering2014-08-20
* | EPUB writer: don't use page-progression-direction in EPUB2.John MacFarlane2014-08-19
* | Merge pull request #1547 from jkr/styleparseJohn MacFarlane2014-08-18
|\ \
| * | Docx reader: whitespace fix.Jesse Rosenthal2014-08-17
| * | Docx reader: remove emph styles and strong styles list.Jesse Rosenthal2014-08-17
| * | Docx reader: Add "Hyperlink" to blacklisted styles.Jesse Rosenthal2014-08-17
| * | Docx reader: Use style resolver.Jesse Rosenthal2014-08-17
| * | Docx Reader: Introduce function for resolving dependent run styles.Jesse Rosenthal2014-08-17
| * | Docx Parse: build a bottom-up style tree.Jesse Rosenthal2014-08-17
| * | Alias string and runStyle to CharStyle type.Jesse Rosenthal2014-08-17
| * | Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal2014-08-17
| * | Docx reader: work with new rStyle.Jesse Rosenthal2014-08-17
| * | Parser: Framework for parsing styles.Jesse Rosenthal2014-08-17
* | | HTML reader: improved handling of tags that can be block or inline.John MacFarlane2014-08-18
* | | Merge pull request #1536 from considerate/masterJohn MacFarlane2014-08-17
|\ \ \
| * | | Simplify row width calculation.Viktor Kronvall2014-08-17
| * | | Include row width in table rows.Christoffer Ackelman2014-08-17
* | | | Merge pull request #1543 from jkr/superSubVertJohn MacFarlane2014-08-17
|\ \ \ \ | | |/ / | |/| |
| * | | Docx reader: Change behavior of Super/SubscriptJesse Rosenthal2014-08-17
| | |/ | |/|
* / | Docx writer: Fixed regression, bungled list numbering.John MacFarlane2014-08-17
|/ /
* / HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane2014-08-16
|/
* Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane2014-08-16
* Docx reader: Remove unnecessary plural functionsJesse Rosenthal2014-08-16
* Docx reader: Fix bug in character styles.Jesse Rosenthal2014-08-16