summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-11HTML reader: Treat processing instructions & declarations as block.John MacFarlane
2014-04-11Merge pull request #1231 from tarleb/org-fix-subexprJohn MacFarlane
2014-04-11Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel
2014-04-10MediaWiki reader: Handle table rows containing just an HTML comment.John MacFarlane
2014-04-10Updated GHC versions in tested-with field.John MacFarlane
2014-04-10Merge pull request #1229 from tarleb/org-math-improvedJohn MacFarlane
2014-04-10Org reader: Improve code by following HLint recommendationsAlbert Krewinkel
2014-04-10Org reader: Support more inline/display math variantsAlbert Krewinkel
2014-04-09Fixed cabal path in travis config.John MacFarlane
2014-04-09More travis tweaks.John MacFarlane
2014-04-09Travis: gave up trying to test the sdist.John MacFarlane
2014-04-09More travis tweaks.John MacFarlane
2014-04-09More travis tweaks.John MacFarlane
2014-04-09Travis build: remove 6.12; add -v2 to dependencies install.John MacFarlane
2014-04-09Travis: install hsb2hs.John MacFarlane
2014-04-09More travis tweaks.John MacFarlane
2014-04-09More travis changes.John MacFarlane
2014-04-09Fixed $CABAL in travis script.John MacFarlane
2014-04-09Updated travis script to test with multiple GHC versions.John MacFarlane
2014-04-09Merge pull request #1228 from tarleb/travis-fail-on-warningsJohn MacFarlane
2014-04-09Merge pull request #1227 from tarleb/editorconfigJohn MacFarlane
2014-04-09Merge pull request #1226 from tarleb/org-emphasis-readerJohn MacFarlane
2014-04-09Force failure of a Travis build if GHC produces warningsAlbert Krewinkel
2014-04-09Add .editorconfigAlbert Krewinkel
2014-04-09Org reader: Precise rules for the recognition of markupAlbert Krewinkel
2014-04-07Textile reader: Improved link parsing.John MacFarlane
2014-04-07Merge pull request #1224 from tarleb/org-mathJohn MacFarlane
2014-04-07Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel
2014-04-06LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane
2014-04-06LaTeX reader: handle @{} and p{length} in tabular.John MacFarlane
2014-04-06Moved some doc files from data-files to extra-source-files.John MacFarlane
2014-04-06Org reader: Add support for definition listsAlbert Krewinkel
2014-04-06Org reader: Minor code clean-upAlbert Krewinkel
2014-04-05Give more useful error message if '-t pdf' is specified.John MacFarlane
2014-04-05HTML reader: Updated `closes` with rules from HTML5 spec.John MacFarlane
2014-04-05Textile reader: Better support for attributes.John MacFarlane
2014-04-05Textile reader: Improved treatment of HTML spans (%).John MacFarlane
2014-04-05Removed whitespace at ends of lines.John MacFarlane
2014-04-05Text.Pandoc.PDF: Ensure that temp directories deleted on Windows.John MacFarlane
2014-04-05README: Added note to --bibtex/--natbib: not for use in making PDF.John MacFarlane
2014-04-05Make it possible to run filters that aren't executable.John MacFarlane
2014-04-05Org reader: Added type signature.John MacFarlane
2014-04-05Fixed PDF print function in reveal.js template.John MacFarlane
2014-04-05Merge pull request #1219 from tarleb/org-imagesJohn MacFarlane
2014-04-05Shared.openURL: Set proxy with value of http_proxy env variable.John MacFarlane
2014-04-05Org reader: Support inline imagesAlbert Krewinkel
2014-04-05Org reader: Provide more language identifier translationsAlbert Krewinkel
2014-04-05Org reader: Fix parsing of nested inlinesAlbert Krewinkel
2014-04-05Org reader: Use specialized org parser stateAlbert Krewinkel
2014-04-05Org reader: Slight cleaning of table parsing codeAlbert Krewinkel