index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-30
Markdown reader: improved efficiency of abbreviation parsing.
fiddlosopher
2
-2
/
+2
2009-04-25
HTML writer: wrap sections in divs. Resolves Issue #70.
fiddlosopher
5
-1006
/
+1076
2009-02-14
Check to see if highlighting supported and run lhs tests if it is.
fiddlosopher
1
-2
/
+2
2009-02-14
Only run lhs tests if 'lhs' argument passed to RunTests.hs.
fiddlosopher
1
-2
/
+15
2009-02-14
Updated test suites: regular paragraph before block quote.
fiddlosopher
10
-10
/
+29
2009-02-14
Added lhs reader tests. (One case fails.)
fiddlosopher
2
-1
/
+59
2009-02-07
Added tests for lhs writers.
fiddlosopher
10
-1
/
+340
2009-01-31
Gobble space after Plain blocks containing only raw html inline.
fiddlosopher
2
-1
/
+10
2009-01-24
Fixed bug in mediawiki writer: improper closing tags in tables.
fiddlosopher
1
-72
/
+72
2008-12-17
Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0
fiddlosopher
2
-8
/
+12
2008-12-17
Added new listings include to LaTeX writer test.
fiddlosopher
1
-0
/
+2
2008-11-06
Fixed parsing of RST comment blocks.
fiddlosopher
2
-1
/
+31
2008-11-01
Markdown reader: Allow blank space at end of horizontal rules.
fiddlosopher
2
-1
/
+10
2008-11-01
Support horizontal rules in OpenDocument and ODT writers.
fiddlosopher
1
-0
/
+13
2008-11-01
Markdown reader: cleaner handling of spaces in URLs.
fiddlosopher
2
-1
/
+17
2008-10-18
Include classes on tr elements in HTML output: "header", "odd", "even".
fiddlosopher
1
-18
/
+18
2008-09-16
Adjusted s5.fancy.html in tests/ to conform to new LaTeXMathML policy
fiddlosopher
1
-1
/
+3
2008-09-06
LaTeX reader: minor improvements.
fiddlosopher
1
-1
/
+1
2008-09-06
Changed Float to Double in definition of Table element.
fiddlosopher
1
-20
/
+20
2008-08-23
Bugs fixed in RunTests.hs:
fiddlosopher
1
-2
/
+7
2008-08-14
Modified RunTests.hs to strip out '\r' so it will work on Windows.
fiddlosopher
1
-2
/
+3
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
17
-382
/
+196
2008-08-11
Parse raw ConTeXt environments as TeX in markdown reader.
fiddlosopher
2
-1
/
+15
2008-08-10
Allow newline before URL in markdown link references. Resolves Issue #81.
fiddlosopher
3
-1
/
+21
2008-08-10
Man writer: don't escape " as \".
fiddlosopher
1
-2
/
+2
2008-08-09
Rewrote test suite so it doesn't depend on perl or unix tools.
fiddlosopher
7
-290
/
+533
2008-08-05
Added opendocument writer tests.
fiddlosopher
4
-1
/
+2034
2008-07-27
HTML writer: override Text.XHtml's stringToHtml function,
fiddlosopher
1
-3
/
+3
2008-07-27
Added MediaWiki writer.
fiddlosopher
4
-1
/
+730
2008-07-23
HTML writer test: use UTF-8 characters rather than entities.
fiddlosopher
1
-8
/
+8
2008-07-15
Fixed bug in Markdown parser: regular $s triggering math mode.
fiddlosopher
11
-0
/
+19
2008-07-13
Escape '\160' as " ", not " " in XML.
fiddlosopher
1
-3
/
+3
2008-07-11
Print unicode \160 literally in markdown writer, rather than as .
fiddlosopher
1
-3
/
+3
2008-07-11
In smart mode, use nonbreaking spaces after abbreviations in markdown parser.
fiddlosopher
11
-11
/
+11
2008-07-11
Treat '\ ' in (extended) markdown as nonbreaking space.
fiddlosopher
11
-22
/
+23
2008-06-19
In HTML tests, use decimal entities for everything above 127.
fiddlosopher
1
-5
/
+5
2008-06-08
Use \textsubscr instead of \textsubscript for LaTeX subscript macro.
fiddlosopher
1
-3
/
+3
2008-06-08
Markdown smart typography: Em dashes no longer eat surrounding whitespace.
fiddlosopher
11
-11
/
+11
2008-03-26
Fixed bug in RTF writer:
fiddlosopher
1
-32
/
+32
2008-03-09
Added amsmath package to default LaTeX header. Resolves Issue #48.
fiddlosopher
1
-0
/
+1
2008-02-24
Use style attributes rather than css classes for strikethrough and ordered li...
fiddlosopher
1
-27
/
+18
2008-02-24
Changes to Texinfo writer:
fiddlosopher
1
-18
/
+29
2008-02-24
Committed novalazy's initial patch for texinfo output,
fiddlosopher
4
-1
/
+1077
2008-02-09
Incorporated templates phase into Setup.hs and improved templates.
fiddlosopher
2
-4327
/
+528
2008-02-09
Updated test suite to new baseline (but no tests yet for new code block syntax).
fiddlosopher
5
-50
/
+50
2008-02-09
Modified tests for new argument in CodeBlock.
fiddlosopher
5
-50
/
+50
2008-01-23
Added \setupitemize[autointro] to ConTeXt header, to prevent orphaned
fiddlosopher
1
-0
/
+3
2008-01-04
Use an interpreted text role to render math in restructuredText.
fiddlosopher
1
-7
/
+10
2007-12-30
Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.
fiddlosopher
1
-1
/
+1
2007-12-29
Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.
fiddlosopher
2
-60
/
+18
[next]