Age | Commit message (Expand) | Author | Files | Lines |
2014-04-26 | Update latex reader test for change in latex reader. | John MacFarlane | 1 | -1/+1 |
2014-04-25 | Merge pull request #1265 from tarleb/org-links | John MacFarlane | 1 | -0/+39 |
2014-04-25 | Org reader: Enable internal links | Albert Krewinkel | 1 | -0/+25 |
2014-04-24 | Markdown writer: Use proper escapes to avoid unwanted lists. | John MacFarlane | 1 | -5/+5 |
2014-04-24 | Org reader: Recognize plain and angle links | Albert Krewinkel | 1 | -0/+14 |
2014-04-19 | Org reader: Allow for compact definition lists | Albert Krewinkel | 1 | -0/+12 |
2014-04-19 | Org reader: Fix parsing of footnotes | Albert Krewinkel | 1 | -0/+42 |
2014-04-19 | Org reader: Apply captions to code blocks and tables | Albert Krewinkel | 1 | -1/+30 |
2014-04-18 | Org reader: Add support for plain LaTeX fragments | Albert Krewinkel | 1 | -1/+19 |
2014-04-18 | Org reader: Fix parsing of loose lists | Albert Krewinkel | 1 | -5/+16 |
2014-04-17 | Org reader: Support more types of '#+BEGIN_<type>' blocks | Albert Krewinkel | 1 | -23/+74 |
2014-04-17 | Org reader: Support footnotes | Albert Krewinkel | 1 | -0/+4 |
2014-04-13 | Merge pull request #1240 from neilmayhew/master | John MacFarlane | 3 | -4/+56 |
2014-04-13 | Merge pull request #1239 from tarleb/org-linebreak | John MacFarlane | 2 | -1/+5 |
2014-04-12 | Add some unit tests for Writers.Docbook | Neil Mayhew | 2 | -0/+54 |
2014-04-12 | Improve handling of hard line breaks in Docbook writer | Neil Mayhew | 1 | -4/+2 |
2014-04-12 | Org reader: Read linebreaks | Albert Krewinkel | 1 | -0/+4 |
2014-04-12 | Org writer: Fix output for linebreaks | Albert Krewinkel | 1 | -1/+1 |
2014-04-12 | Org reader: Add support for figures | Albert Krewinkel | 1 | -0/+21 |
2014-04-11 | Org reader: Fix parsing of sub-/superscript expressions | Albert Krewinkel | 1 | -9/+30 |
2014-04-10 | Org reader: Support more inline/display math variants | Albert Krewinkel | 1 | -6/+30 |
2014-04-09 | Org reader: Precise rules for the recognition of markup | Albert Krewinkel | 1 | -2/+23 |
2014-04-07 | Org reader: Support inline math (like $E=mc^2$) | Albert Krewinkel | 1 | -0/+4 |
2014-04-06 | Org reader: Add support for definition lists | Albert Krewinkel | 1 | -3/+23 |
2014-04-05 | Textile reader: Better support for attributes. | John MacFarlane | 1 | -1/+1 |
2014-04-05 | Textile reader: Improved treatment of HTML spans (%). | John MacFarlane | 1 | -1/+1 |
2014-04-05 | Merge pull request #1219 from tarleb/org-images | John MacFarlane | 1 | -2/+14 |
2014-04-05 | Org reader: Support inline images | Albert Krewinkel | 1 | -2/+10 |
2014-04-05 | Org reader: Fix parsing of nested inlines | Albert Krewinkel | 1 | -0/+4 |
2014-04-04 | DocBook reader/writer tests: use "authorgroup". | John MacFarlane | 2 | -16/+20 |
2014-04-01 | MediaWiki reader: Fixed bug in certain nested lists. | John MacFarlane | 2 | -0/+7 |
2014-04-01 | Added HTML reader tests for empty strong, emph. | John MacFarlane | 2 | -0/+2 |
2014-04-01 | Tests updated to reflect changes to readers. | Matthew Pickering | 5 | -124/+132 |
2014-03-24 | RTF writer: Fixed tables cells containing paragraphs. | John MacFarlane | 1 | -92/+92 |
2014-03-24 | Merge pull request #1068 from jaimeMF/mw-images-langs | John MacFarlane | 2 | -0/+3 |
2014-03-05 | HTML writer: Add colgroup around col tags. | John MacFarlane | 1 | -0/+6 |
2014-03-04 | Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master | John MacFarlane | 3 | -1/+3772 |
2014-03-04 | Add a simple Emacs Org-mode reader | Albert Krewinkel | 2 | -0/+535 |
2014-02-28 | InDesign ICML Writer | mb21 | 3 | -1/+3772 |
2014-02-20 | Revised tests for new latex template. | John MacFarlane | 3 | -3/+3 |
2014-02-15 | Enhanced Pandoc's support for rST roles. | Merijn Verstraaten | 2 | -0/+34 |
2014-01-22 | Fixed mediawiki ordered list parsing. | John MacFarlane | 1 | -2/+2 |
2014-01-07 | Updated tests for latest texmath. | John MacFarlane | 1 | -1/+1 |
2014-01-01 | HTML reader: Parse name/content pairs from meta tags as metadata. | John MacFarlane | 1 | -1/+1 |
2013-12-27 | Removed old MarkdownTest_1.0.3 directory (not currently used). | John MacFarlane | 45 | -3905/+0 |
2013-12-19 | HLint: redundant parens | Henry de Valence | 2 | -3/+3 |
2013-12-19 | HLint: Remove lambdas. | Henry de Valence | 1 | -2/+2 |
2013-12-09 | Don't use tilde code blocks with braced attributes in gfm output. | John MacFarlane | 1 | -2/+2 |
2013-12-06 | Small change to HTML reader tests. | John MacFarlane | 1 | -9/+9 |
2013-12-04 | Add booktabs package for LaTeX tables | Jose Luis Duran | 1 | -45/+45 |