aboutsummaryrefslogtreecommitdiff
path: root/src/Tests/Old.hs
AgeCommit message (Collapse)AuthorFilesLines
2012-07-22Revised code for pipe tables.John MacFarlane1-2/+2
* All tables now require at least one body row. * Renamed from 'extra' to 'pipe' tables. * Moved functions from Parsing to Readers.Markdown. * Cleaned up code; revised to parse in one pass rather than parsing a raw string, splitting it, and parsing the components. * Allow pipe tables without pipes on the ends (as PHP Markdown Extra does).
2012-07-22Renamed tests/markdown-tables -> tests/extra-tables.John MacFarlane1-1/+1
Added to cabal file.
2012-07-22Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane1-0/+2
Markdown extra tables [part of the multi-markdown syntax for tables]
2012-07-22Removed fb2.math-webtex.fb2 tests.John MacFarlane1-1/+0
Test suite should not require net access to run.
2012-07-22FB2: support images embedded as data URIs + tests.Sergey Astanin1-0/+1
2012-07-22Test suite for FB2 writer.Sergey Astanin1-3/+25
2012-05-08Added docbook reader tests (still failing).John MacFarlane1-1/+6
2012-02-21Added support for markdown-extra tables in the markdown parserFrançois Gannaz1-0/+2
Only tables whose lines begin with a "|" are supported. There are 2 warnings about unused variables when compiling.
2011-12-22Removed highlighting flag. Highlighting support is now standard.John MacFarlane1-5/+1
2011-11-16Added an asciidoc writer (partial).John MacFarlane1-1/+1
Still TODO: - documentation in README - add default.asciidoc to templates/ - lists - tables - proper escaping - footnotes with blank lines - print separately at end? currently they are just ignored. - fix header (date gives weird result on pandoc README)
2011-01-29Moved tests to src.John MacFarlane1-0/+201