aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-09-16LaTeX writer: Don't rely on the enumerate package.John MacFarlane1-24/+34
2012-09-16LaTeX writer: Properly escape strings inside \url{}.John MacFarlane1-1/+1
2012-09-16Merge pull request #596 from dlax/rst-fieldlistsJohn MacFarlane1-1/+2
2012-09-15MediaWiki reader: Allow table in table cell.John MacFarlane2-0/+33
2012-09-15LaTeX writer: don't escape _ in url.John MacFarlane1-1/+1
2012-09-15LaTeX writer: Don't use \endhead with longtable.John MacFarlane1-5/+5
2012-09-15Revised latex writer tests to use longtable.John MacFarlane1-57/+51
2012-09-15MediaWiki reader: Added test case for templates in list item.John MacFarlane2-2/+5
2012-09-15MediaWiki reader: Added test for ref.John MacFarlane2-1/+7
2012-09-15MediaWiki reader: Interpret width attribute on table columns.John MacFarlane2-3/+3
2012-09-15MediaWiki reader: Got alignments working.John MacFarlane2-1/+21
2012-09-15MediaWiki reader: Misc fixes, put category links at end.John MacFarlane2-3/+4
2012-09-15MediaWiki reader: Parse styles after '{|' table start.John MacFarlane2-2/+21
2012-09-14MediaWiki reader: Added test for multi-paragraph cells.John MacFarlane2-1/+27
2012-09-14MediaWiki reader: Table improvements, added simple table tests.John MacFarlane2-1/+44
2012-09-13MediaWiki reader: Images.John MacFarlane2-0/+15
2012-09-13MediaWiki reader: internal links.John MacFarlane2-0/+6
2012-09-13MediaWiki reader: Implemented basic internal links.John MacFarlane2-0/+18
2012-09-13MediaWiki reader: Added tests for external mailto link.John MacFarlane2-0/+3
2012-09-13MediaWiki reader: Implemented numbered external links.John MacFarlane2-0/+3
2012-09-13MediaWiki reader: Support HTML lists.John MacFarlane2-0/+37
2012-09-13MediaWiki reader: Handle templates, variables as raw mediawiki.John MacFarlane2-1/+20
2012-09-12MediaWiki reader: preformatted blocks and tests.John MacFarlane2-2/+31
2012-09-12MediaWiki reader: Support `<math>` tag.John MacFarlane2-1/+7
2012-09-12Added tests for mediawiki lists.John MacFarlane2-1/+104
2012-09-12More mediawiki reader tests.John MacFarlane2-2/+66
2012-09-12Added some tests for mediawiki reader.John MacFarlane2-1/+51
2012-09-12Added basic mediawiki reader.John MacFarlane3-1/+112
2012-09-12HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane1-5/+10
2012-09-08Fixed spacing in context writer test.John MacFarlane1-1/+1
2012-09-06LaTeX reader: Support obeylines environment.John MacFarlane2-0/+6
2012-09-06LaTeX reader: Use curly quotes for bare straight quotes.John MacFarlane1-1/+1
2012-09-06Fixed footnotes bug in textile.John MacFarlane1-1/+1
2012-08-29Fix RST reader for field lists items with body beginning after a new lineDenis Laxalde1-1/+2
2012-08-25Added (failing) test case for #518.John MacFarlane2-2/+4
2012-08-18Man writer: Escape - as \-.John MacFarlane1-10/+10
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+3
2012-08-01Major rewrite of markdown reader.John MacFarlane7-363/+355
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane8-18/+16
2012-07-26Integrated test suite with cabal.John MacFarlane1-1/+2
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane13-0/+1134
2012-07-22Revised code for pipe tables.John MacFarlane2-1/+19
2012-07-22Renamed tests/markdown-tables -> tests/extra-tables.John MacFarlane2-0/+0
2012-07-22Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane2-0/+94
2012-07-22Removed fb2.math-webtex.fb2 tests.John MacFarlane1-2/+0
2012-07-22FB2: support images embedded as data URIs + tests.Sergey Astanin2-0/+16
2012-07-22Test suite for FB2 writer.Sergey Astanin13-0/+80
2012-07-16Don't recognize inline-markup starts inside words.John MacFarlane2-1/+7
2012-07-13Textile reader: properly handle links with surrounding brackets.John MacFarlane2-0/+3
2012-06-27ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane1-17/+16