Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-21 | Haddock comment improvements. | John MacFarlane | 1 | -1/+2 | |
2011-01-19 | Added Text.Pandoc.Readers.Native (readNative). | John MacFarlane | 1 | -0/+80 | |
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. |