Age | Commit message (Expand) | Author | Files | Lines |
2014-07-02 | DokuWiki writer: Remove todos that I have already done. | Clare Macrae | 1 | -2/+0 |
2014-07-02 | DokuWiki writer: Retain unknown RawBlock and RawInline text | Clare Macrae | 1 | -2/+2 |
2014-07-02 | DokuWiki output: Implement blockquotes properly | Clare Macrae | 1 | -2/+2 |
2014-07-02 | DokuWiki writer: remove unused code | Clare Macrae | 1 | -25/+0 |
2014-07-01 | Merge branch 'master' of git://github.com/jgm/pandoc into dokuwiki | Clare Macrae | 1 | -3/+6 |
2014-07-01 | Remove stray <div> and </div> from DokuWiki output (#386) | Clare Macrae | 1 | -5/+2 |
2014-07-01 | Improved HTML Blocks in DokuWiki output (#386) | Clare Macrae | 1 | -1/+1 |
2014-06-30 | Disable warnings about unused parameters. | Clare Macrae | 1 | -2/+2 |
2014-06-29 | Docx writer: insert bookmark tags inside <w:p> tag. | Jesse Rosenthal | 1 | -3/+6 |
2014-06-29 | Updated Copyright year, for consistency with MediaWiki.hs | Clare Macrae | 1 | -2/+2 |
2014-06-29 | Updated DokuWiki code and tests to work with latest code from jgm. | Clare Macrae | 1 | -6/+22 |
2014-06-29 | Merge remote-tracking branch 'jgm/master' into dokuwiki | Clare Macrae | 24 | -733/+2763 |
2014-06-23 | LaTeX writer: Use `\textquotesingle` for `'` in inline code. | John MacFarlane | 1 | -0/+1 |
2014-06-20 | LaTeX writer: Correctly handle figures in notes. | John MacFarlane | 1 | -5/+7 |
2014-06-20 | LaTeX writer: Fixed strikeout + highlighted code. Closes #1294. | John MacFarlane | 1 | -1/+10 |
2014-06-19 | Docx writer: Use Compact style for empty table cells. | John MacFarlane | 1 | -1/+3 |
2014-06-19 | Haddock writer: Use _____ for hrule. | John MacFarlane | 1 | -2/+2 |
2014-06-18 | Haddock writer: Only use Decimal list style. | John MacFarlane | 1 | -2/+2 |
2014-06-18 | Small fix to haddock "tables". | John MacFarlane | 1 | -2/+2 |
2014-06-18 | More polish on Haddock reader/writer. | John MacFarlane | 1 | -17/+6 |
2014-06-18 | Finished first draft of Haddock writer. | John MacFarlane | 1 | -0/+357 |
2014-06-03 | Markdown writer: Prettier pipe tables. | John MacFarlane | 1 | -8/+16 |
2014-06-03 | Docx writer: Section numbering carries over from reference.docx. | John MacFarlane | 1 | -1/+6 |
2014-06-03 | Docx writer: Combine reference.docx numbering with pandoc's. | John MacFarlane | 1 | -6/+6 |
2014-06-03 | Docx writer: pandoc uses only numIds >= 1000 for lists. | John MacFarlane | 1 | -3/+8 |
2014-06-03 | Docx writer: Changed abstractNumId numbering scheme. | John MacFarlane | 1 | -3/+3 |
2014-06-03 | Docx writer: Simplified abstractNumId numbering. | John MacFarlane | 1 | -19/+30 |
2014-06-02 | Docx writer: Create overrides per-image for media/ in ref docx. | John MacFarlane | 1 | -13/+8 |
2014-06-02 | Docx writer: Improved entryFromArchive to avoid parse. | John MacFarlane | 1 | -2/+3 |
2014-06-02 | Docx writer: Make images work in reference.docx headers/footers. | John MacFarlane | 1 | -8/+20 |
2014-06-01 | Docx writer: Improved handling of headers/footers. | John MacFarlane | 1 | -52/+53 |
2014-06-01 | Docx writer: Header and footer are now carried over from reference.docx. | John MacFarlane | 1 | -16/+38 |
2014-06-01 | Minor code reformat. | John MacFarlane | 1 | -5/+5 |
2014-05-31 | Docx writer: Take over document formatting from reference.docx. | John MacFarlane | 1 | -17/+30 |
2014-05-19 | EPUB writer: Handle multiple dates with OPF `event` attributes. | John MacFarlane | 1 | -9/+38 |
2014-05-19 | Avoid `import Prelude hiding (catch)`. | John MacFarlane | 1 | -7/+3 |
2014-05-15 | EPUB writer: Fixed regression on cover image. | John MacFarlane | 1 | -5/+5 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 21 | -43/+44 |
2014-05-04 | LaTeX writer: Fixed inconsistencies with reference escaping. | John MacFarlane | 1 | -64/+67 |
2014-05-04 | Docx writer: Fall back on distribution reference.docx. | John MacFarlane | 1 | -14/+15 |
2014-05-04 | Docx writer: Added ability to give fallback in parseXml. | John MacFarlane | 1 | -16/+17 |
2014-05-03 | AsciiDoc writer: Handle multiblock table cells. | John MacFarlane | 1 | -1/+2 |
2014-05-03 | AsciiDoc writer: Correctly handle empty table cells. | John MacFarlane | 1 | -1/+2 |
2014-05-03 | DocBook writer: Small tweaks to last commit. | John MacFarlane | 1 | -9/+3 |
2014-05-03 | Distinguish tight and loose lists in Docbook output | Neil Mayhew | 1 | -8/+18 |
2014-04-30 | ConTeXt writer: Improved autolinks. | John MacFarlane | 1 | -11/+5 |
2014-04-26 | HTML writer: improved detection of image links. | John MacFarlane | 1 | -1/+5 |
2014-04-25 | Merge pull request #1265 from tarleb/org-links | John MacFarlane | 1 | -7/+11 |
2014-04-25 | LaTeX writer: Mark span contents with label if span has an ID | Albert Krewinkel | 1 | -7/+11 |
2014-04-24 | EPUB writer: Fixed some idrefs to match changes in ids. | John MacFarlane | 1 | -3/+3 |