aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-25Merges and final tests (pseudopod)pseudopodJess Robinson
2012-04-25Use U<> instead of L<> for external (http://) links.Jess Robinson
2012-04-25Remove some warnings, unused varsJess Robinson
2012-04-25Now straighten out tables after the blankline changesJess Robinson
2012-04-25Redesign so the ending blanklines of blocks are added later, not by each outp...Jess Robinson
2012-04-25Don't show header rows of tables if not availableJess Robinson
2012-04-25Remove silly pandoc.cabal mistakeJess Robinson
2012-04-25Added support for tables (code is somewhat ugly!)Jess Robinson
2012-04-25Definition lists and blockquotesJess Robinson
2012-04-25Bunch of updatesJess Robinson
2012-04-25Steal markdown instead of mediawiki as a starter, so we can use nest/Doc etcJess Robinson
2012-04-25Need to add to pandoc.cabal, else build doesnt work!Jess Robinson
2012-04-25Initial start at a PseudoPod writerJess Robinson
2012-04-25Merge pull request #495 from mb21/masterJohn MacFarlane
2012-04-24Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane
2012-04-24Merge pull request #496 from markwright/masterJohn MacFarlane
2012-04-23changes for blaze-html 0.5Mark Wright
2012-04-22fixed xlink namespacemb21
2012-04-22fixed listitemmb21
2012-04-22Added support for mediaobject, inlinemediaobject and captionmb21
2012-04-21LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane
2012-04-21RST writer: Don't wrap link references.John MacFarlane
2012-04-21LaTeX writer: Use `\hyperref[ident]{text}` for internal links.John MacFarlane
2012-04-21Docx writer: Fixed error message when style file can't be parsed.John MacFarlane
2012-04-21DocBook reader: Handle blockquote with attribution.John MacFarlane
2012-04-20DocBook reader: Refactored with new function attrValue.John MacFarlane
2012-04-20Documented DocBook input format in README.John MacFarlane
2012-04-20Stylistic changes to DocBook reader.John MacFarlane
2012-04-20Merge pull request #491 from mb21/patch-1John MacFarlane
2012-04-19Added link, code and info elements to DocBook Reader.mb21
2012-04-15LaTeX reader: Make \label and \ref sensitive to --parse-raw.John MacFarlane
2012-04-15Merge pull request #482 from sol/mtl-2.1John MacFarlane
2012-04-15Merge branch 'master' into docbookreaderJohn MacFarlane
2012-04-15Mardkown writer: escape < and $.John MacFarlane
2012-04-15DocBook reader: Added comment with list of docbook tags.John MacFarlane
2012-04-15Allow mtl-2.1.*Simon Hengel
2012-04-14Merge branch 'master' into docbookreaderJohn MacFarlane
2012-04-14Fixed bug in fromEntities.John MacFarlane
2012-04-14Implemented abstract, constant, type, etc. in docbook reader.John MacFarlane
2012-04-14Input files with .db extension treated as docbook by default.John MacFarlane
2012-04-14Implemented literal tag in docbook reader.John MacFarlane
2012-04-14Implemented quoted in docbook reader.John MacFarlane
2012-04-14Support orderedlist and ulink in docbook reader.John MacFarlane
2012-04-14Removed unneeded clause for "title" in docbook reader.John MacFarlane
2012-04-14Rudimentary support for programlisting in docbook reader.John MacFarlane
2012-04-14Implemented itemizedlist in docbook reader.John MacFarlane
2012-04-14Got metadata working in docbook reader.John MacFarlane
2012-04-14Support superscript, subscript tags in docbook reader.John MacFarlane
2012-04-14Handle blockquote tag in docbook reader.John MacFarlane
2012-04-14Got footnote working in docbook reader.John MacFarlane