index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
DokuWiki.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-1
/
+0
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-2
/
+2
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-4
/
+16
2015-07-13
DokuWiki: write $..$ instead of <math>..</math>
Tiziano Müller
1
-1
/
+1
2015-06-07
DokuWiki writer: Use proper `<code>` tags for code blocks.
John MacFarlane
1
-4
/
+4
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-02-04
Append newline to the LineBreak of various writers
Tim Lin
1
-1
/
+1
2014-11-09
DokuWiki writer: fix external images
Timothy Humphries
1
-2
/
+6
2014-11-04
DokuWiki writer: Better handling of block quotes.
John MacFarlane
1
-4
/
+2
2014-08-30
DokuWiki writer: Make tables prettier by aligning columns.
John MacFarlane
1
-40
/
+22
2014-08-30
DokuWiki writer: Handle table cell alignments.
John MacFarlane
1
-27
/
+19
2014-08-30
DokuWiki writer: Use backslash newlines in table cells.
Jesse Rosenthal
1
-10
/
+36
2014-08-27
DokuWiki Writer: Refactor to use Reader monad
Matthew Pickering
1
-47
/
+56
2014-08-27
DokuWiki Writer: Hlint cleanup
Matthew Pickering
1
-27
/
+27
2014-08-27
DokuWiki Writer: Qualified all imports
Matthew Pickering
1
-5
/
+10
2014-07-13
Use raw HTML for complex block quotes.
John MacFarlane
1
-1
/
+7
2014-07-13
DokuWiki writer: Use raw HTML for complex lists...
John MacFarlane
1
-13
/
+40
2014-07-13
DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.
John MacFarlane
1
-1
/
+1
2014-07-13
DokuWiki writer: More tweaks to email links. (#1398)
John MacFarlane
1
-4
/
+3
2014-07-13
DokuWiki writer: Use pointy brackets for email links.
John MacFarlane
1
-0
/
+2
2014-07-13
Dokuwiki writer: More idiomatic code for escaping.
John MacFarlane
1
-2
/
+4
2014-07-13
DokuWiki writer: More raw HTML fixes. (#1398)
John MacFarlane
1
-2
/
+4
2014-07-13
DokuWiki writer: Fix raw inlines and blocks.
John MacFarlane
1
-6
/
+6
2014-07-13
Merge branch 'claremacrae-dokuwiki'.
John MacFarlane
1
-2
/
+4
2014-07-08
DokuWiki writer: Remove broken formatting from headings (#1398)
Clare Macrae
1
-1
/
+11
2014-07-08
Put myself as maintainer (#1398)
Clare Macrae
1
-1
/
+1
2014-07-02
DokuWiki writer: Span no longer swallows text
Clare Macrae
1
-6
/
+2
2014-07-02
DokuWiki writer: Remove todos that I have already done.
Clare Macrae
1
-2
/
+0
2014-07-02
DokuWiki writer: Retain unknown RawBlock and RawInline text
Clare Macrae
1
-2
/
+2
2014-07-02
DokuWiki output: Implement blockquotes properly
Clare Macrae
1
-2
/
+2
2014-07-02
DokuWiki writer: remove unused code
Clare Macrae
1
-25
/
+0
2014-07-01
Remove stray <div> and </div> from DokuWiki output (#386)
Clare Macrae
1
-5
/
+2
2014-07-01
Improved HTML Blocks in DokuWiki output (#386)
Clare Macrae
1
-1
/
+1
2014-06-30
Disable warnings about unused parameters.
Clare Macrae
1
-2
/
+2
2014-06-29
Updated Copyright year, for consistency with MediaWiki.hs
Clare Macrae
1
-2
/
+2
2014-06-29
Updated DokuWiki code and tests to work with latest code from jgm.
Clare Macrae
1
-6
/
+22
2013-08-28
Implement definition lists in dokuwiki writer (#386) - credit: James Smaldon
claremacrae
1
-31
/
+24
2013-08-19
Fix some warnings in dokuwiki writer (#386)
claremacrae
1
-2
/
+2
2013-08-19
Bullet and ordered lists now always simple in dokuwiki writer (#386)
claremacrae
1
-3
/
+2
2013-08-19
Removed unnecessary line-break after hard break in dokuwiki writer (#386)
claremacrae
1
-1
/
+1
2013-08-18
Stop plain text ** and __ becoming formatting in dokuwiki writer (#386)
claremacrae
1
-1
/
+1
2013-08-18
Stop plain text // becoming an italic marker in dokuwiki writer (#386)
claremacrae
1
-3
/
+2
2013-08-18
Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386)
claremacrae
1
-1
/
+10
2013-08-17
Nasty hack to stop C comments in inline code becoming italics in dokuwiki wri...
claremacrae
1
-1
/
+6
2013-08-17
Fixed inlined code in dokuwiki writer (#386)
claremacrae
1
-6
/
+1
2013-08-17
Don't add entities in <code> blocks in dokuwiki writer (#386)
claremacrae
1
-1
/
+1
2013-08-17
Implement <code> blocks in dokuwiki writer (#386)
claremacrae
1
-2
/
+1
2013-08-17
Implement table headings in dokuwiki writer (#386)
claremacrae
1
-2
/
+19
2013-08-11
Initial implementation of tables in dokuwiki writer (#386)
claremacrae
1
-22
/
+17
2013-08-06
Implement strikeout in dokuwiki writer (#386)
claremacrae
1
-1
/
+1
[prev]
[next]