Age | Commit message (Expand) | Author | Files | Lines |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -642/+0 |
2016-03-08 | DokuWiki writer: use $$ for display math. | John MacFarlane | 1 | -1/+1 |
2015-12-12 | Modified readers to emit SoftBreak when appropriate. | John MacFarlane | 1 | -1/+1 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+1 |
2015-07-13 | DokuWiki: write $..$ instead of <math>..</math> | Tiziano Müller | 1 | -7/+7 |
2015-06-07 | DokuWiki writer: Use proper `<code>` tags for code blocks. | John MacFarlane | 1 | -15/+37 |
2015-02-04 | Append newline to the LineBreak of various writers | Tim Lin | 1 | -1/+2 |
2014-11-04 | DokuWiki writer: Better handling of block quotes. | John MacFarlane | 1 | -2/+3 |
2014-08-31 | Markdown reader: better handling of paragraph in div. | John MacFarlane | 1 | -0/+2 |
2014-07-13 | Use raw HTML for complex block quotes. | John MacFarlane | 1 | -2/+3 |
2014-07-13 | DokuWiki writer: Use raw HTML for complex lists... | John MacFarlane | 1 | -19/+35 |
2014-07-13 | DokuWiki writer: Normalize to collapse adjacent raw HTML blocks. | John MacFarlane | 1 | -30/+0 |
2014-07-13 | DokuWiki writer: Updated tests. | John MacFarlane | 1 | -51/+69 |
2014-07-08 | DokuWiki writer: Remove broken formatting from headings (#1398) | Clare Macrae | 1 | -3/+3 |
2014-07-07 | Updated dokuwiki tests for latest changes to testsuite.native. | John MacFarlane | 1 | -35/+35 |
2014-07-02 | DokuWiki writer: Retain unknown RawBlock and RawInline text | Clare Macrae | 1 | -2/+6 |
2014-07-02 | DokuWiki output: Implement blockquotes properly | Clare Macrae | 1 | -12/+12 |
2014-07-01 | Remove stray <div> and </div> from DokuWiki output (#386) | Clare Macrae | 1 | -18/+9 |
2014-07-01 | Improved HTML Blocks in DokuWiki output (#386) | Clare Macrae | 1 | -7/+14 |
2014-06-29 | Updated DokuWiki code and tests to work with latest code from jgm. | Clare Macrae | 1 | -9/+3 |
2013-08-28 | Implement definition lists in dokuwiki writer (#386) - credit: James Smaldon | claremacrae | 1 | -9/+12 |
2013-08-23 | Added failing test for definition list output in dokuwiki writer (#386) | claremacrae | 1 | -45/+19 |
2013-08-19 | Bullet and ordered lists now always simple in dokuwiki writer (#386) | claremacrae | 1 | -28/+15 |
2013-08-19 | Removed unnecessary line-break after hard break in dokuwiki writer (#386) | claremacrae | 1 | -2/+1 |
2013-08-18 | Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386) | claremacrae | 1 | -6/+6 |
2013-08-17 | Fixed inlined code in dokuwiki writer (#386) | claremacrae | 1 | -6/+6 |
2013-08-17 | Don't add entities in <code> blocks in dokuwiki writer (#386) | claremacrae | 1 | -10/+10 |
2013-08-17 | Implement <code> blocks in dokuwiki writer (#386) | claremacrae | 1 | -15/+15 |
2013-08-06 | Implement strikeout in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 |
2013-07-28 | Implement footnotes in dokuwiki writer (#386) | claremacrae | 1 | -9/+7 |
2013-07-28 | Removed incorrect entity conversion in dokuwiki writer (#386) | claremacrae | 1 | -8/+8 |
2013-07-28 | Implemented linebreaks in dokuwiki writer (#386) | claremacrae | 1 | -1/+2 |
2013-07-26 | Convert bullet and numbered lists in dokuwiki writer (#386) | Clare Macrae | 1 | -23/+23 |
2013-07-26 | Corrected part of the failing test for lists in dokuwiki writer (#386) | Clare Macrae | 1 | -2/+2 |
2013-07-15 | Add failing test for bullet and numbered lists in dokuwiki writer (#386) | Clare Macrae | 1 | -52/+52 |
2013-07-15 | Implement conversion of images in dokuwiki writer (#386) | Clare Macrae | 1 | -2/+2 |
2013-07-15 | Weak implementation of hyperlinks for dokuwiki (#386) | Clare Macrae | 1 | -6/+6 |
2013-07-14 | Implemented horizontal rule for dokuwiki (#386) | Clare Macrae | 1 | -13/+13 |
2013-07-14 | Implemented Emphasis (italic) and Strong (bold) for dokuwiki (#386) | Clare Macrae | 1 | -18/+18 |
2013-07-14 | Implemented correct output of dokuwiki (#386) | Clare Macrae | 1 | -31/+31 |
2013-07-14 | Initial work to create dokuwiki writer (#386) | Clare Macrae | 1 | -0/+653 |