pandoc/tests/Tests/Readers
MarLinn f068093555 Added odt reader
Fully implemented features:

* Paragraphs
* Headers
* Basic styling
* Unordered lists
* Ordered lists
* External Links
* Internal Links
* Footnotes, Endnotes
* Blockquotes

Partly implemented features:

* Citations
  Very basic, but pandoc can't do much more
* Tables
  No headers, no sizing, limited styling
2015-07-23 15:37:01 -07:00
..
Docx.hs Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype 2015-03-28 12:12:48 -07:00
EPUB.hs EPUB tests: don't use joinPath, which varies across platforms. 2015-04-22 17:38:59 -07:00
HTML.hs HTML reader: Support base tag. 2015-05-13 20:53:19 -07:00
LaTeX.hs LaTeX Reader: Test for ^^ character escapes 2015-04-13 03:22:39 +03:00
Markdown.hs Updated tests and removed a skipSpaces.... 2015-07-23 15:35:18 -07:00
Odt.hs Added odt reader 2015-07-23 15:37:01 -07:00
Org.hs Org reader: drop trees with a :noexport: tag 2015-05-23 14:23:16 +02:00
RST.hs Removed tabs from source. 2015-07-10 10:35:58 -07:00
Txt2Tags.hs Update tests 2015-02-18 21:09:07 +00:00