index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Tests
/
Writers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-03
Correctly implement capitalisation.
Artyom Kazak
1
-0
/
+21
2014-07-29
LaTeX writer: use \(..\) instead of $..$ for inline math.
John MacFarlane
1
-1
/
+1
2014-07-20
AsciiDoc writer: Double markers in intraword emphasis.
John MacFarlane
1
-3
/
+22
2014-06-23
LaTeX writer: Use `\textquotesingle` for `'` in inline code.
John MacFarlane
1
-0
/
+2
2014-06-20
LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.
John MacFarlane
1
-1
/
+11
2014-05-03
Added Tests.Writer.AsciiDoc to repository.
John MacFarlane
1
-0
/
+37
2014-05-03
Distinguish tight and loose lists in Docbook output
Neil Mayhew
1
-11
/
+188
2014-04-12
Add some unit tests for Writers.Docbook
Neil Mayhew
1
-0
/
+52
2013-11-30
Markdown writer: Fix rendering of tight sublists.
John MacFarlane
1
-0
/
+4
2013-10-21
Fix definition lists with internal links in terms (closes #1032).
John MacFarlane
1
-0
/
+5
2013-08-22
Write id for code block to label attr in latex when listing is used
Florian Eitel
1
-0
/
+7
2013-08-16
LaTeX writer: Avoid problem with footnotes in unnumbered headers.
John MacFarlane
1
-0
/
+6
2013-07-13
Updated a test whose output changed due to last commit.
John MacFarlane
1
-4
/
+1
2013-06-26
Stop escaping `|` in LaTeX math.
John MacFarlane
1
-1
/
+1
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-1
/
+1
2013-03-05
Hide Text.Pandoc.Highlighting.
John MacFarlane
1
-1
/
+1
2013-01-23
Eliminated use of TH in test suite.
John MacFarlane
4
-21
/
+21
2013-01-12
Escape `|` as `\vert` in LaTeX math.
John MacFarlane
1
-0
/
+4
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-1
/
+1
2013-01-07
Updated tests for tight/loose lists.
John MacFarlane
1
-9
/
+10
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
5
-8
/
+7
2012-07-26
Moved tests to tests/, modified cabal file so lib isn't recompiled.
John MacFarlane
5
-0
/
+206
2011-01-29
Moved tests to src.
John MacFarlane
2
-92
/
+0
2011-01-29
Removed intentionally failing test in ConTeXt writer tests.
John MacFarlane
1
-2
/
+2
2011-01-26
Updates for compiling with ghc 7.
John MacFarlane
1
-1
/
+1
2011-01-22
Use ANSI color to point to diffs in test output.
John MacFarlane
1
-2
/
+2
2011-01-22
Added native writer tests.
John MacFarlane
1
-0
/
+20
2011-01-22
Added 'property' in Tests.Helpers & some quickcheck tests.
John MacFarlane
1
-0
/
+12
2011-01-22
Improved test framework.
John MacFarlane
1
-12
/
+43
2011-01-21
More informative output on writer test failure.
John MacFarlane
1
-6
/
+6
2011-01-21
Added Tests.Writers.ConTeXt and helpers for writer tests.
John MacFarlane
1
-0
/
+29