Age | Commit message (Expand) | Author | Files | Lines |
2014-04-28 | Merge pull request #1268 from tarleb/copyright-housekeeping | John MacFarlane | 2 | -49/+10 |
2014-04-27 | Allow html4 as synonym of html as reader. | John MacFarlane | 1 | -6/+7 |
2014-04-27 | Fix #1267. | John MacFarlane | 2 | -29/+29 |
2014-04-27 | A bit of refactoring that shouldn't change any semantics. | John MacFarlane | 1 | -10/+9 |
2014-04-27 | README: Update variable defaults documentation | Albert Krewinkel | 1 | -3/+3 |
2014-04-27 | COPYRIGHT: Remove outdated copyright statements | Albert Krewinkel | 1 | -37/+0 |
2014-04-27 | COPYRIGHT: Specifiy the version of the GPL | Albert Krewinkel | 1 | -11/+9 |
2014-04-26 | Update latex reader test for change in latex reader. | John MacFarlane | 1 | -1/+1 |
2014-04-26 | LaTeX reader: Made `\nocite` work. | John MacFarlane | 1 | -3/+6 |
2014-04-26 | HTML writer: improved detection of image links. | John MacFarlane | 1 | -1/+5 |
2014-04-25 | Updated changelog. | John MacFarlane | 1 | -0/+242 |
2014-04-25 | Bump version to 1.12.4. | John MacFarlane | 1 | -1/+1 |
2014-04-25 | Merge pull request #1265 from tarleb/org-links | John MacFarlane | 4 | -21/+131 |
2014-04-25 | LaTeX writer: Mark span contents with label if span has an ID | Albert Krewinkel | 1 | -7/+11 |
2014-04-25 | Org reader: Enable internal links | Albert Krewinkel | 2 | -12/+63 |
2014-04-24 | EPUB writer: Fixed some idrefs to match changes in ids. | John MacFarlane | 1 | -3/+3 |
2014-04-24 | Merge pull request #1260 from joehillen/tabs-in-cabalfile | John MacFarlane | 1 | -4/+4 |
2014-04-24 | Markdown writer: Use proper escapes to avoid unwanted lists. | John MacFarlane | 2 | -16/+21 |
2014-04-24 | Bumped upper bounds for http-conduit and network. | John MacFarlane | 1 | -3/+3 |
2014-04-24 | Require aeson >= 0.7. | John MacFarlane | 1 | -2/+2 |
2014-04-24 | Render numbers in YAML metadata without decimals when possible. | John MacFarlane | 2 | -1/+7 |
2014-04-24 | Org reader: Read anchors as empty spans | Albert Krewinkel | 1 | -0/+25 |
2014-04-24 | Org reader: Recognize plain and angle links | Albert Krewinkel | 2 | -9/+39 |
2014-04-24 | RST reader: Remove duplicate 'http' in PEP links | Albert Krewinkel | 1 | -1/+1 |
2014-04-23 | EPUB writer: include extension in epub ids. | John MacFarlane | 1 | -6/+11 |
2014-04-22 | change tabs to spaces in pandoc.cabal | Joe Hillenbrand | 1 | -4/+4 |
2014-04-21 | Merge pull request #1257 from tarleb/mathmlinhtml-deprecation-warning | John MacFarlane | 1 | -10/+10 |
2014-04-20 | MathMLinHTML: Fix deprecation warning | gwern | 1 | -10/+10 |
2014-04-19 | Merge pull request #1256 from tarleb/org-reader-improvements | John MacFarlane | 5 | -253/+642 |
2014-04-19 | Add license statement for org reader files | Albert Krewinkel | 1 | -0/+7 |
2014-04-19 | Org reader: Allow for compact definition lists | Albert Krewinkel | 2 | -2/+14 |
2014-04-19 | Move `compactify'DL` from Markdown reader into Shared | Albert Krewinkel | 2 | -20/+17 |
2014-04-19 | Org reader: Fix parsing of footnotes | Albert Krewinkel | 2 | -2/+48 |
2014-04-19 | Org reader: Fix distinction of images and normal links | Albert Krewinkel | 1 | -2/+2 |
2014-04-19 | Org reader: Apply captions to code blocks and tables | Albert Krewinkel | 2 | -41/+124 |
2014-04-18 | Org reader: Add support for plain LaTeX fragments | Albert Krewinkel | 2 | -2/+59 |
2014-04-18 | Org reader: Fix parsing of loose lists | Albert Krewinkel | 2 | -9/+23 |
2014-04-17 | Org reader: Support more types of '#+BEGIN_<type>' blocks | Albert Krewinkel | 2 | -30/+108 |
2014-04-17 | Org reader: Support footnotes | Albert Krewinkel | 2 | -2/+68 |
2014-04-16 | Org reader: introduce Reader environment around Blocks/Inlines | Albert Krewinkel | 1 | -130/+176 |
2014-04-16 | Org reader: Fix code for subexpression parsing | Albert Krewinkel | 1 | -21/+4 |
2014-04-16 | Org reader: Better module description, minor style changes | Albert Krewinkel | 1 | -6/+6 |
2014-04-15 | Shared: Fixed bug in toRomanNumeral. | John MacFarlane | 1 | -2/+2 |
2014-04-14 | Require yaml >= 0.8.8.2. | John MacFarlane | 1 | -2/+2 |
2014-04-14 | Require tagsoup 0.13.1. | John MacFarlane | 1 | -1/+1 |
2014-04-13 | Merge pull request #1240 from neilmayhew/master | John MacFarlane | 4 | -7/+72 |
2014-04-13 | Merge pull request #1239 from tarleb/org-linebreak | John MacFarlane | 5 | -2/+14 |
2014-04-13 | Merge pull request #1238 from tarleb/org-figures | John MacFarlane | 2 | -8/+70 |
2014-04-12 | Org reader: Removed ANN pragma. | John MacFarlane | 1 | -3/+0 |
2014-04-12 | Add some unit tests for Writers.Docbook | Neil Mayhew | 2 | -0/+54 |