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
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
2007-12-08
Removed support for "box-style" block quotes in markdown.
fiddlosopher
11
-267
/
+0
2007-12-04
Adjusted test suite for footnote changes in LaTeX and ConTeXt writers.
fiddlosopher
2
-10
/
+10
2007-12-02
Updated test suite -- no italics for digits.
fiddlosopher
6
-28
/
+12
2007-12-02
Updated HTML and S5 writer tests for new span tags in math.
fiddlosopher
4
-123
/
+143
2007-12-02
Added Text.Pandoc.Readers.TeXMath and changed default handling of math.
fiddlosopher
7
-31
/
+153
2007-12-01
Updated tests with new way of displaying math in HTML (with no enclosing $'s).
fiddlosopher
4
-10
/
+10
2007-12-01
Modified s5 fancy test to include new ASCIIMathML.js.
fiddlosopher
1
-198
/
+2517
2007-11-29
Modified writer tests for new Math and TeX output.
fiddlosopher
6
-65
/
+36
2007-11-29
Revised s5.native test with Math block.
fiddlosopher
1
-1
/
+1
2007-11-29
Fixed small error in testsuite.native.
fiddlosopher
1
-1
/
+1
2007-11-29
Changed tests to use new Math block element.
fiddlosopher
2
-14
/
+14
2007-11-22
Changes to testsuite for new \useURL in context writer.
fiddlosopher
1
-32
/
+32
2007-11-18
More improvements to ConTeXt writer:
fiddlosopher
1
-104
/
+155
2007-11-17
ConTeXt writer:
fiddlosopher
1
-2
/
+2
2007-11-17
Adjusted formatting of LaTeX and ConTeXt footnotes:
fiddlosopher
2
-15
/
+15
2007-11-15
Updated tests for changes in LaTeX and ConTeXt writers.
fiddlosopher
3
-199
/
+284
2007-11-03
Reverted back to state as of r1062. The template haskell changes
fiddlosopher
1
-46
/
+11
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-11
/
+46
2007-11-01
Cleaned up LaTeX footnotes:
fiddlosopher
1
-13
/
+13
2007-10-13
Improvements to RST reader:
fiddlosopher
2
-3
/
+43
2007-10-11
Fixed bug in RST reader: previously, code blocks had to be
fiddlosopher
1
-1
/
+1
2007-09-18
Markdown writer: Don't print title attribute if title is empty.
fiddlosopher
1
-1
/
+1
[next]