aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-29ADded SmallCaps to Arbitrary instance.John MacFarlane1-1/+1
2014-04-28Merge pull request #1268 from tarleb/copyright-housekeepingJohn MacFarlane2-49/+10
2014-04-27Allow html4 as synonym of html as reader.John MacFarlane1-6/+7
2014-04-27Fix #1267.John MacFarlane2-29/+29
2014-04-27A bit of refactoring that shouldn't change any semantics.John MacFarlane1-10/+9
2014-04-27README: Update variable defaults documentationAlbert Krewinkel1-3/+3
2014-04-27COPYRIGHT: Remove outdated copyright statementsAlbert Krewinkel1-37/+0
2014-04-27COPYRIGHT: Specifiy the version of the GPLAlbert Krewinkel1-11/+9
2014-04-26Update latex reader test for change in latex reader.John MacFarlane1-1/+1
2014-04-26LaTeX reader: Made `\nocite` work.John MacFarlane1-3/+6
2014-04-26HTML writer: improved detection of image links.John MacFarlane1-1/+5
2014-04-25Updated changelog.John MacFarlane1-0/+242
2014-04-25Bump version to 1.12.4.John MacFarlane1-1/+1
2014-04-25Merge pull request #1265 from tarleb/org-linksJohn MacFarlane4-21/+131
2014-04-25LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel1-7/+11
2014-04-25Org reader: Enable internal linksAlbert Krewinkel2-12/+63
2014-04-24EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane1-3/+3
2014-04-24Merge pull request #1260 from joehillen/tabs-in-cabalfileJohn MacFarlane1-4/+4
2014-04-24Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane2-16/+21
2014-04-24Bumped upper bounds for http-conduit and network.John MacFarlane1-3/+3
2014-04-24Require aeson >= 0.7.John MacFarlane1-2/+2
2014-04-24Render numbers in YAML metadata without decimals when possible.John MacFarlane2-1/+7
2014-04-24Org reader: Read anchors as empty spansAlbert Krewinkel1-0/+25
2014-04-24Org reader: Recognize plain and angle linksAlbert Krewinkel2-9/+39
2014-04-24RST reader: Remove duplicate 'http' in PEP linksAlbert Krewinkel1-1/+1
2014-04-23EPUB writer: include extension in epub ids.John MacFarlane1-6/+11
2014-04-22change tabs to spaces in pandoc.cabalJoe Hillenbrand1-4/+4
2014-04-21Merge pull request #1257 from tarleb/mathmlinhtml-deprecation-warningJohn MacFarlane1-10/+10
2014-04-20MathMLinHTML: Fix deprecation warninggwern1-10/+10
2014-04-19Merge pull request #1256 from tarleb/org-reader-improvementsJohn MacFarlane5-253/+642
2014-04-19Add license statement for org reader filesAlbert Krewinkel1-0/+7
2014-04-19Org reader: Allow for compact definition listsAlbert Krewinkel2-2/+14
2014-04-19Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel2-20/+17
2014-04-19Org reader: Fix parsing of footnotesAlbert Krewinkel2-2/+48
2014-04-19Org reader: Fix distinction of images and normal linksAlbert Krewinkel1-2/+2
2014-04-19Org reader: Apply captions to code blocks and tablesAlbert Krewinkel2-41/+124
2014-04-18Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel2-2/+59
2014-04-18Org reader: Fix parsing of loose listsAlbert Krewinkel2-9/+23
2014-04-17Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel2-30/+108
2014-04-17Org reader: Support footnotesAlbert Krewinkel2-2/+68
2014-04-16Org reader: introduce Reader environment around Blocks/InlinesAlbert Krewinkel1-130/+176
2014-04-16Org reader: Fix code for subexpression parsingAlbert Krewinkel1-21/+4
2014-04-16Org reader: Better module description, minor style changesAlbert Krewinkel1-6/+6
2014-04-15Shared: Fixed bug in toRomanNumeral.John MacFarlane1-2/+2
2014-04-14Require yaml >= 0.8.8.2.John MacFarlane1-2/+2
2014-04-14Require tagsoup 0.13.1.John MacFarlane1-1/+1
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane4-7/+72
2014-04-13Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane5-2/+14
2014-04-13Merge pull request #1238 from tarleb/org-figuresJohn MacFarlane2-8/+70
2014-04-12Org reader: Removed ANN pragma.John MacFarlane1-3/+0