John MacFarlane
3d2f2ec0c6
Updated dokuwiki tests for latest changes to testsuite.native.
2014-07-07 16:25:41 -06:00
Clare Macrae
61cc983bea
DokuWiki writer: Retain unknown RawBlock and RawInline text
...
This added \cite and \begin latex to the testuite output.
2014-07-02 21:40:12 +01:00
Clare Macrae
d234157d25
DokuWiki output: Implement blockquotes properly
...
TODO Also implement nested blockquotes.
2014-07-02 21:26:24 +01:00
Clare Macrae
244c4eee74
Remove stray <div> and </div> from DokuWiki output ( #386 )
2014-07-01 21:42:21 +01:00
Clare Macrae
0727579167
Improved HTML Blocks in DokuWiki output ( #386 )
...
For example, this fixes the display of a broken table, and
it also fixes the various HTML horizontal rules.
2014-07-01 21:21:09 +01:00
Clare Macrae
fdbf52b1cc
Updated DokuWiki code and tests to work with latest code from jgm.
...
The new code was got from inspecting changes in MediaWiki.hs
This slightly changes the output of Div blocks, but I'm not
convinced the original behaviour was really correct anyway.
The code for handling Span does nothing for now, until I can
work out the desired behaviour, and add tests for it.
2014-06-29 21:15:17 +01:00
claremacrae
78ae3c2492
Implement definition lists in dokuwiki writer ( #386 ) - credit: James Smaldon
2013-08-28 08:09:42 +01:00
claremacrae
fe1040d283
Added failing test for definition list output in dokuwiki writer ( #386 )
2013-08-23 08:26:07 +01:00
claremacrae
6cc284cc8e
Bullet and ordered lists now always simple in dokuwiki writer ( #386 )
2013-08-19 20:45:31 +01:00
claremacrae
883f119c87
Removed unnecessary line-break after hard break in dokuwiki writer ( #386 )
2013-08-19 08:09:52 +01:00
claremacrae
6d484bc55e
Treat inline code blocks like <code> instead of <tt> in dokuwiki writer ( #386 )
...
Done because I noticed that in the Autolinks section of writer.dokuwiki, the URL in inlined code was getting auto-linked, when it wasn't supposed to.
This also meant that any inline code examples that had text that looked like dokuwiki syntax could break the formatting of later text.
2013-08-18 08:13:34 +01:00
claremacrae
0961d49912
Fixed inlined code in dokuwiki writer ( #386 )
2013-08-17 12:34:05 +01:00
claremacrae
4c48433a2a
Don't add entities in <code> blocks in dokuwiki writer ( #386 )
2013-08-17 12:20:34 +01:00
claremacrae
573bd1b61b
Implement <code> blocks in dokuwiki writer ( #386 )
2013-08-17 11:20:51 +01:00
claremacrae
e5004bcff0
Implement strikeout in dokuwiki writer ( #386 )
2013-08-06 07:43:32 +01:00
claremacrae
b14b2d6a85
Implement footnotes in dokuwiki writer ( #386 )
2013-07-28 19:19:33 +01:00
claremacrae
b5f86a665d
Removed incorrect entity conversion in dokuwiki writer ( #386 )
2013-07-28 18:59:16 +01:00
claremacrae
51b8ce49f1
Implemented linebreaks in dokuwiki writer ( #386 )
2013-07-28 18:42:53 +01:00
Clare Macrae
5b04d063a1
Convert bullet and numbered lists in dokuwiki writer ( #386 )
2013-07-26 06:19:40 +01:00
Clare Macrae
97d81c8b10
Corrected part of the failing test for lists in dokuwiki writer ( #386 )
2013-07-26 05:10:05 +01:00
Clare Macrae
c561be95a1
Add failing test for bullet and numbered lists in dokuwiki writer ( #386 )
2013-07-15 20:20:37 +01:00
Clare Macrae
18565e149a
Implement conversion of images in dokuwiki writer ( #386 )
2013-07-15 19:29:39 +01:00
Clare Macrae
b2a8731e32
Weak implementation of hyperlinks for dokuwiki ( #386 )
...
TODO Simplify the code
2013-07-15 09:35:04 +01:00
Clare Macrae
660fb24472
Implemented horizontal rule for dokuwiki ( #386 )
2013-07-14 15:03:40 +01:00
Clare Macrae
2afa4ec924
Implemented Emphasis (italic) and Strong (bold) for dokuwiki ( #386 )
2013-07-14 14:58:42 +01:00
Clare Macrae
a43e5983da
Implemented correct output of dokuwiki ( #386 )
2013-07-14 14:24:20 +01:00
Clare Macrae
7eded47bcd
Initial work to create dokuwiki writer ( #386 )
...
In this first version, all dokuwiki files are straight copies of the
media wiki counterparts.
2013-07-14 13:40:27 +01:00