summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* LaTeX writer: Correctly handle figures in notes.John MacFarlane2014-06-20
* LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* Docx writer: Use Compact style for empty table cells.John MacFarlane2014-06-19
* Haddock writer: Use _____ for hrule.John MacFarlane2014-06-19
* Haddock writer: Only use Decimal list style.John MacFarlane2014-06-18
* Small fix to haddock "tables".John MacFarlane2014-06-18
* More polish on Haddock reader/writer.John MacFarlane2014-06-18
* Finished first draft of Haddock writer.John MacFarlane2014-06-18
* Markdown writer: Prettier pipe tables.John MacFarlane2014-06-03
* Docx writer: Section numbering carries over from reference.docx.John MacFarlane2014-06-03
* Docx writer: Combine reference.docx numbering with pandoc's.John MacFarlane2014-06-03
* Docx writer: pandoc uses only numIds >= 1000 for lists.John MacFarlane2014-06-03
* Docx writer: Changed abstractNumId numbering scheme.John MacFarlane2014-06-03
* Docx writer: Simplified abstractNumId numbering.John MacFarlane2014-06-03
* Docx writer: Create overrides per-image for media/ in ref docx.John MacFarlane2014-06-02
* Docx writer: Improved entryFromArchive to avoid parse.John MacFarlane2014-06-02
* Docx writer: Make images work in reference.docx headers/footers.John MacFarlane2014-06-02
* Docx writer: Improved handling of headers/footers.John MacFarlane2014-06-01
* Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane2014-06-01
* Minor code reformat.John MacFarlane2014-06-01
* Docx writer: Take over document formatting from reference.docx.John MacFarlane2014-05-31
* EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane2014-05-19
* Avoid `import Prelude hiding (catch)`.John MacFarlane2014-05-19
* EPUB writer: Fixed regression on cover image.John MacFarlane2014-05-15
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
* Docx writer: Fall back on distribution reference.docx.John MacFarlane2014-05-04
* Docx writer: Added ability to give fallback in parseXml.John MacFarlane2014-05-04
* AsciiDoc writer: Handle multiblock table cells.John MacFarlane2014-05-03
* AsciiDoc writer: Correctly handle empty table cells.John MacFarlane2014-05-03
* DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* ConTeXt writer: Improved autolinks.John MacFarlane2014-04-30
* HTML writer: improved detection of image links.John MacFarlane2014-04-26
* Merge pull request #1265 from tarleb/org-linksJohn MacFarlane2014-04-25
|\
| * LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel2014-04-25
* | EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane2014-04-24
* | Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane2014-04-24
* | EPUB writer: include extension in epub ids.John MacFarlane2014-04-23
|/
* Merge pull request #1240 from neilmayhew/masterJohn MacFarlane2014-04-13
|\
| * Improve handling of hard line breaks in Docbook writerNeil Mayhew2014-04-12
* | Org writer: Fix output for linebreaksAlbert Krewinkel2014-04-12
|/
* LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane2014-04-06
* LaTeX writer: handle line breaks in simple table cells.John MacFarlane2014-04-04
* Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane2014-04-04
* Custom writer: read lua script as UTF-8.John MacFarlane2014-04-04
* Make --toc-depth work well with books in latex/pdf output.John MacFarlane2014-03-31
* Markdown writer: Use longer backtick fences if needed.John MacFarlane2014-03-30
* RTF writer: Fixed tables cells containing paragraphs.John MacFarlane2014-03-24
* EPUB writer: Handle files linked in raw img tags.John MacFarlane2014-03-14