summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/DokuWiki.hs
Commit message (Expand)AuthorAge
* DokuWiki writer: use $$ for display math.John MacFarlane2016-03-08
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* DokuWiki: write $..$ instead of <math>..</math>Tiziano Müller2015-07-13
* DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane2015-06-07
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Append newline to the LineBreak of various writersTim Lin2015-02-04
* DokuWiki writer: fix external imagesTimothy Humphries2014-11-09
* DokuWiki writer: Better handling of block quotes.John MacFarlane2014-11-04
* DokuWiki writer: Make tables prettier by aligning columns.John MacFarlane2014-08-30
* DokuWiki writer: Handle table cell alignments.John MacFarlane2014-08-30
* DokuWiki writer: Use backslash newlines in table cells.Jesse Rosenthal2014-08-30
* DokuWiki Writer: Refactor to use Reader monadMatthew Pickering2014-08-27
* DokuWiki Writer: Hlint cleanupMatthew Pickering2014-08-27
* DokuWiki Writer: Qualified all importsMatthew Pickering2014-08-27
* Use raw HTML for complex block quotes.John MacFarlane2014-07-13
* DokuWiki writer: Use raw HTML for complex lists...John MacFarlane2014-07-13
* DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.John MacFarlane2014-07-13
* DokuWiki writer: More tweaks to email links. (#1398)John MacFarlane2014-07-13
* DokuWiki writer: Use pointy brackets for email links.John MacFarlane2014-07-13
* Dokuwiki writer: More idiomatic code for escaping.John MacFarlane2014-07-13
* DokuWiki writer: More raw HTML fixes. (#1398)John MacFarlane2014-07-13
* DokuWiki writer: Fix raw inlines and blocks.John MacFarlane2014-07-13
* Merge branch 'claremacrae-dokuwiki'.John MacFarlane2014-07-13
|\
| * DokuWiki writer: Remove broken formatting from headings (#1398)Clare Macrae2014-07-08
| * Put myself as maintainer (#1398)Clare Macrae2014-07-08
|/
* DokuWiki writer: Span no longer swallows textClare Macrae2014-07-02
* DokuWiki writer: Remove todos that I have already done.Clare Macrae2014-07-02
* DokuWiki writer: Retain unknown RawBlock and RawInline textClare Macrae2014-07-02
* DokuWiki output: Implement blockquotes properly Clare Macrae2014-07-02
* DokuWiki writer: remove unused codeClare Macrae2014-07-02
* 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
* Implement definition lists in dokuwiki writer (#386) - credit: James Smaldon claremacrae2013-08-28
* Fix some warnings in dokuwiki writer (#386)claremacrae2013-08-19
* Bullet and ordered lists now always simple in dokuwiki writer (#386)claremacrae2013-08-19
* Removed unnecessary line-break after hard break in dokuwiki writer (#386)claremacrae2013-08-19
* Stop plain text ** and __ becoming formatting in dokuwiki writer (#386)claremacrae2013-08-18
* Stop plain text // becoming an italic marker in dokuwiki writer (#386)claremacrae2013-08-18
* Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386)claremacrae2013-08-18
* Nasty hack to stop C comments in inline code becoming italics in dokuwiki wri...claremacrae2013-08-17
* Fixed inlined code in dokuwiki writer (#386)claremacrae2013-08-17