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-12-31
Revised LaTeX writer to use templates.
fiddlosopher
1
-8
/
+14
2009-12-31
Changed RunTests.hs to use the Diff library.
fiddlosopher
2
-80
/
+10
2009-12-07
Don't print raw HTML in man output.
fiddlosopher
1
-66
/
+0
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
17
-201
/
+862
2009-12-05
Docbook writer: add ids to sections. Use link for internal links.
fiddlosopher
1
-31
/
+31
2009-12-05
Markdown reader: Treat a backslash followed by a newline as hard linebreak.
fiddlosopher
2
-1
/
+8
2009-11-29
Markdown reader: Use + rather than %20 for spaces in URLs.
fiddlosopher
1
-2
/
+2
2009-11-28
Better looking simple tables. Resolves Issue #180.
fiddlosopher
12
-154
/
+130
2009-11-21
Modified html+lhs output to use 'haskell' highlighter.
fiddlosopher
2
-20
/
+20
2009-11-17
Support for "..code-block" directive in RST reader.
fiddlosopher
2
-0
/
+9
2009-11-03
Specially mark code blocks that were "literate" in the input.
fiddlosopher
1
-1
/
+1
2009-11-01
Set utf-8 encoding in texinfo headers.
fiddlosopher
1
-1
/
+1
2009-11-01
Properly handle commented-out list items in markdown.
fiddlosopher
2
-1
/
+13
2009-10-12
Fix inline math parser so that \$ is allowed in math.
fiddlosopher
2
-1
/
+7
2009-07-18
Changed escapes in markdown writer.
fiddlosopher
1
-5
/
+5
2009-07-03
Fixed lhs test cases.
fiddlosopher
3
-135
/
+141
2009-06-28
RST reader: Allow # to continue list...
fiddlosopher
2
-0
/
+9
2009-06-25
Allow continuation lines in line blocks.
fiddlosopher
2
-1
/
+17
2009-06-06
Man writer: break lines at end of each sentence.
fiddlosopher
2
-104
/
+117
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
[prev]
[next]