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
/
MediaWiki.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-29
Mediawiki writer: don't escape inside `<source>`.
John MacFarlane
1
-4
/
+8
2014-07-04
MediaWiki writer: Minor renaming of 'st' prefixed names.
John MacFarlane
1
-31
/
+31
2014-07-04
Little restructuralization.
Matej Kollar
1
-9
/
+6
2014-07-04
Move more things to Reader.
Matej Kollar
1
-36
/
+29
2014-07-04
HLint suggestions.
Matej Kollar
1
-35
/
+34
2014-07-02
Use Reader.
Matej Kollar
1
-96
/
+95
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2013-12-19
HLint: redundant parens
Henry de Valence
1
-1
/
+1
2013-08-18
Adjusted writers and tests for change in parsing of div/span.
John MacFarlane
1
-4
/
+8
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-6
/
+8
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+6
2013-08-03
MediaWiki writer: Use native mediawiki tables instead of HTML.
John MacFarlane
1
-44
/
+39
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-2
/
+2
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-2
/
+2
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-2
/
+2
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-6
/
+11
2013-01-15
Use 'fig:' instead of '\SOH' in title to indicate figure.
John MacFarlane
1
-2
/
+2
2013-01-14
Implemented Ext_implicit_figures.
John MacFarlane
1
-1
/
+2
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-1
/
+1
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-1
/
+1
2013-01-04
MediaWiki writer: use `<code>` not `<tt>` for Code.
John MacFarlane
1
-1
/
+1
2012-10-04
Remove newline after <br/> in translation of LineBreak
Brent Yorgey
1
-1
/
+1
2012-08-04
Don't include empty captions in figures.
John MacFarlane
1
-3
/
+4
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
2012-07-26
Fixed whitespace errors.
John MacFarlane
1
-23
/
+23
2012-06-27
MediaWiki writer: Avoid extra blank lines after sublists.
John MacFarlane
1
-3
/
+6
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-10
/
+2
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-7
/
+7
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-4
/
+6
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-18
MediaWiki writer: make links to relative URLs wikilinks.
fiddlosopher
1
-11
/
+9
2010-03-17
MediaWiki writer: Support images in figures.
fiddlosopher
1
-0
/
+8
2010-03-13
Use template variables for include-before/after.
fiddlosopher
1
-3
/
+1
2010-03-11
MediaWiki writer: fixed headerless tables.
fiddlosopher
1
-36
/
+37
2010-02-27
Mediawiki writer: Don't print a "== Notes ==" header before references.
fiddlosopher
1
-1
/
+1
2010-02-27
Promoted mediawiki headers.
fiddlosopher
1
-1
/
+1
2009-12-31
Modified mediawiki writer to use new templates.
fiddlosopher
1
-15
/
+15
2009-12-31
Removed unneeded writer options; use template variables instead.
fiddlosopher
1
-14
/
+15
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-6
/
+8
2009-12-07
Blank lines after lists in MediaWiki writer.
fiddlosopher
1
-6
/
+4
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-0
/
+396