summaryrefslogtreecommitdiff
path: root/tests/writer.dokuwiki
Commit message (Expand)AuthorAge
* DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane2015-06-07
* Append newline to the LineBreak of various writersTim Lin2015-02-04
* DokuWiki writer: Better handling of block quotes.John MacFarlane2014-11-04
* Markdown reader: better handling of paragraph in div.John MacFarlane2014-08-31
* 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: Updated tests.John MacFarlane2014-07-13
* DokuWiki writer: Remove broken formatting from headings (#1398)Clare Macrae2014-07-08
* Updated dokuwiki tests for latest changes to testsuite.native.John MacFarlane2014-07-07
* DokuWiki writer: Retain unknown RawBlock and RawInline textClare Macrae2014-07-02
* DokuWiki output: Implement blockquotes properly Clare 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
* 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
* Added failing test for definition list output in dokuwiki writer (#386)claremacrae2013-08-23
* 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
* Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386)claremacrae2013-08-18
* Fixed inlined code in dokuwiki writer (#386)claremacrae2013-08-17
* Don't add entities in <code> blocks in dokuwiki writer (#386)claremacrae2013-08-17
* Implement <code> blocks in dokuwiki writer (#386)claremacrae2013-08-17
* Implement strikeout in dokuwiki writer (#386)claremacrae2013-08-06
* Implement footnotes in dokuwiki writer (#386)claremacrae2013-07-28
* Removed incorrect entity conversion in dokuwiki writer (#386)claremacrae2013-07-28
* Implemented linebreaks in dokuwiki writer (#386)claremacrae2013-07-28
* Convert bullet and numbered lists in dokuwiki writer (#386)Clare Macrae2013-07-26
* Corrected part of the failing test for lists in dokuwiki writer (#386)Clare Macrae2013-07-26
* Add failing test for bullet and numbered lists in dokuwiki writer (#386)Clare Macrae2013-07-15
* Implement conversion of images in dokuwiki writer (#386)Clare Macrae2013-07-15
* Weak implementation of hyperlinks for dokuwiki (#386)Clare Macrae2013-07-15
* Implemented horizontal rule for dokuwiki (#386)Clare Macrae2013-07-14
* Implemented Emphasis (italic) and Strong (bold) for dokuwiki (#386)Clare Macrae2013-07-14
* Implemented correct output of dokuwiki (#386)Clare Macrae2013-07-14
* Initial work to create dokuwiki writer (#386)Clare Macrae2013-07-14