diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-19 18:36:27 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-19 18:36:27 -0800 |
commit | e1f3c6058e1c5e3211ed5d5ee317ab9432da11d8 (patch) | |
tree | ff81cad9df656c18324d57613229ff19a9307228 /src/Text/Pandoc/XML.hs | |
parent | e647f761eddaabd2c8f956b83bfee13f566a3344 (diff) | |
download | pandoc-e1f3c6058e1c5e3211ed5d5ee317ab9432da11d8.tar.gz |
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.
Diffstat (limited to 'src/Text/Pandoc/XML.hs')
0 files changed, 0 insertions, 0 deletions