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