aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/DocBook.hs
AgeCommit message (Expand)AuthorFilesLines
2012-04-14Rudimentary support for programlisting in docbook reader.John MacFarlane1-0/+1
2012-04-14Implemented itemizedlist in docbook reader.John MacFarlane1-3/+5
2012-04-14Got metadata working in docbook reader.John MacFarlane1-6/+33
2012-04-14Support superscript, subscript tags in docbook reader.John MacFarlane1-0/+2
2012-04-14Handle blockquote tag in docbook reader.John MacFarlane1-0/+1
2012-04-14Got footnote working in docbook reader.John MacFarlane1-1/+2
2012-04-14Got section and sectN tags working in docbook reader.John MacFarlane1-8/+13
2012-04-14DocBook reader improvements.John MacFarlane1-18/+49
2012-04-14Added skeleton of basic docbook reader.John MacFarlane1-0/+36