aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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 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-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
2012-04-14Got section and sectN tags working in docbook reader.John MacFarlane
2012-04-14DocBook reader improvements.John MacFarlane
2012-04-14Added skeleton of basic docbook reader.John MacFarlane
2012-04-13Markdown reader: Allow lists as list items.John MacFarlane
2012-04-12Markdown: don't recognize references inside delimited code blocks.John MacFarlane
2012-04-11Markdown writer: don't force delimited code blocks to be flush left.John MacFarlane