aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-24RTF writer: Fixed tables cells containing paragraphs.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle files linked in raw img tags.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle media in audio source tags.John MacFarlane1-27/+28
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane1-10/+46
2014-03-14RST writer: Avoid stack overflow with certain tables.John MacFarlane1-2/+6
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane1-5/+10
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane1-0/+525
2014-02-28InDesign ICML Writermb211-0/+525
2014-02-17Merge pull request #1145 from wilx/en-dash-ligature-avoidanceJohn MacFarlane1-1/+1