aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-03AsciiDoc writer: Handle multiblock table cells.John MacFarlane1-1/+2
2014-05-03AsciiDoc writer: Correctly handle empty table cells.John MacFarlane1-1/+2
2014-05-03DocBook writer: Small tweaks to last commit.John MacFarlane1-9/+3
2014-05-03Distinguish tight and loose lists in Docbook outputNeil Mayhew1-8/+18
2014-04-30ConTeXt writer: Improved autolinks.John MacFarlane1-11/+5
2014-04-26HTML writer: improved detection of image links.John MacFarlane1-1/+5
2014-04-25Merge pull request #1265 from tarleb/org-linksJohn MacFarlane1-7/+11
2014-04-25LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel1-7/+11
2014-04-24EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane1-3/+3
2014-04-24Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane1-11/+16
2014-04-23EPUB writer: include extension in epub ids.John MacFarlane1-6/+11
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane1-3/+16
2014-04-12Improve handling of hard line breaks in Docbook writerNeil Mayhew1-3/+16
2014-04-12Org writer: Fix output for linebreaksAlbert Krewinkel1-1/+1
2014-04-06LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane1-2/+14
2014-04-04LaTeX writer: handle line breaks in simple table cells.John MacFarlane1-1/+20
2014-04-04Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane1-2/+1
2014-04-04Custom writer: read lua script as UTF-8.John MacFarlane1-1/+2
2014-03-31Make --toc-depth work well with books in latex/pdf output.John MacFarlane1-2/+2
2014-03-30Markdown writer: Use longer backtick fences if needed.John MacFarlane1-1/+5