summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae2014-07-01
|\
| * Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal2014-06-29
* | Remove stray <div> and </div> from DokuWiki output (#386)Clare Macrae2014-07-01
* | Improved HTML Blocks in DokuWiki output (#386)Clare Macrae2014-07-01
* | Disable warnings about unused parameters.Clare Macrae2014-06-30
* | Updated Copyright year, for consistency with MediaWiki.hsClare Macrae2014-06-29
* | Updated DokuWiki code and tests to work with latest code from jgm.Clare Macrae2014-06-29
* | Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae2014-06-29
|\|
| * LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
| * 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