aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Put myself as maintainer (#1398)Clare Macrae1-1/+1
2014-07-07Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into clarema...John MacFarlane1-0/+435
2014-07-07EPUB writer: better handle HTML media tags.John MacFarlane1-1/+6
2014-07-04MediaWiki writer: Minor renaming of 'st' prefixed names.John MacFarlane1-31/+31
2014-07-04Little restructuralization.Matej Kollar1-9/+6
2014-07-04Move more things to Reader.Matej Kollar1-36/+29
2014-07-04HLint suggestions.Matej Kollar1-35/+34
2014-07-02DokuWiki writer: Span no longer swallows textClare Macrae1-6/+2
2014-07-02DokuWiki writer: Remove todos that I have already done.Clare Macrae1-2/+0
2014-07-02DokuWiki writer: Retain unknown RawBlock and RawInline textClare Macrae1-2/+2
2014-07-02DokuWiki output: Implement blockquotes properly Clare Macrae1-2/+2
2014-07-02DokuWiki writer: remove unused codeClare Macrae1-25/+0
2014-07-02Use Reader.Matej Kollar1-96/+95
2014-07-01Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae1-3/+6
2014-07-01Remove stray <div> and </div> from DokuWiki output (#386)Clare Macrae1-5/+2
2014-07-01Improved HTML Blocks in DokuWiki output (#386)Clare Macrae1-1/+1
2014-06-30Disable warnings about unused parameters.Clare Macrae1-2/+2
2014-06-29Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal1-3/+6
2014-06-29Updated Copyright year, for consistency with MediaWiki.hsClare Macrae1-2/+2
2014-06-29Updated DokuWiki code and tests to work with latest code from jgm.Clare Macrae1-6/+22
2014-06-29Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae24-733/+2763
2014-06-23LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane1-0/+1
2014-06-20LaTeX writer: Correctly handle figures in notes.John MacFarlane1-5/+7
2014-06-20LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane1-1/+10
2014-06-19Docx writer: Use Compact style for empty table cells.John MacFarlane1-1/+3
2014-06-19Haddock writer: Use _____ for hrule.John MacFarlane1-2/+2
2014-06-18Haddock writer: Only use Decimal list style.John MacFarlane1-2/+2
2014-06-18Small fix to haddock "tables".John MacFarlane1-2/+2
2014-06-18More polish on Haddock reader/writer.John MacFarlane1-17/+6
2014-06-18Finished first draft of Haddock writer.John MacFarlane1-0/+357
2014-06-03Markdown writer: Prettier pipe tables.John MacFarlane1-8/+16
2014-06-03Docx writer: Section numbering carries over from reference.docx.John MacFarlane1-1/+6
2014-06-03Docx writer: Combine reference.docx numbering with pandoc's.John MacFarlane1-6/+6
2014-06-03Docx writer: pandoc uses only numIds >= 1000 for lists.John MacFarlane1-3/+8
2014-06-03Docx writer: Changed abstractNumId numbering scheme.John MacFarlane1-3/+3
2014-06-03Docx writer: Simplified abstractNumId numbering.John MacFarlane1-19/+30
2014-06-02Docx writer: Create overrides per-image for media/ in ref docx.John MacFarlane1-13/+8
2014-06-02Docx writer: Improved entryFromArchive to avoid parse.John MacFarlane1-2/+3
2014-06-02Docx writer: Make images work in reference.docx headers/footers.John MacFarlane1-8/+20
2014-06-01Docx writer: Improved handling of headers/footers.John MacFarlane1-52/+53
2014-06-01Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane1-16/+38
2014-06-01Minor code reformat.John MacFarlane1-5/+5
2014-05-31Docx writer: Take over document formatting from reference.docx.John MacFarlane1-17/+30
2014-05-19EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane1-9/+38
2014-05-19Avoid `import Prelude hiding (catch)`.John MacFarlane1-7/+3
2014-05-15EPUB writer: Fixed regression on cover image.John MacFarlane1-5/+5
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel21-43/+44
2014-05-04LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane1-64/+67
2014-05-04Docx writer: Fall back on distribution reference.docx.John MacFarlane1-14/+15
2014-05-04Docx writer: Added ability to give fallback in parseXml.John MacFarlane1-16/+17