pandoc/src/Text/Pandoc/Readers
John MacFarlane e1f3c6058e Added Text.Pandoc.Readers.Native (readNative).
readNative can now read full pandoc documents, block lists, blocks,
inline lists, or inlines.  It will interpret

Str "hi"

as if it were

Pandoc (Meta [] [] []) [Plain [Str "hi"]]

This should make testing easier.
2011-01-19 18:36:27 -08:00
..
HTML.hs HTML reader: parse simple tables. 2011-01-14 20:48:10 -08:00
LaTeX.hs LaTeX reader: Support simple tables. 2011-01-07 10:15:48 -08:00
Markdown.hs Replaced more noneOf/oneOf parsers. 2011-01-19 15:14:23 -08:00
Native.hs Added Text.Pandoc.Readers.Native (readNative). 2011-01-19 18:36:27 -08:00
RST.hs Use spaceChar instead of oneOf " \t" in rst reader. 2011-01-19 15:17:51 -08:00
TeXMath.hs Updated for texmath 0.5. 2011-01-05 14:44:26 -08:00
Textile.hs Textile reader: Slight speed improvement. 2010-12-30 14:33:11 -08:00