aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-19Updated changelog.0.10John MacFarlane
2013-01-19Removed -O2.John MacFarlane
2013-01-19Removed unneeded -dno-debug-output from ghc-optionsJohn MacFarlane
2013-01-19Removed MakeManPages from cabal extra-files.John MacFarlane
2013-01-19Updated copyright dates.John MacFarlane
2013-01-19Improved make_osx_package.sh.John MacFarlane
2013-01-19Change date on README.John MacFarlane
2013-01-19Increase date on copyright.John MacFarlane
2013-01-19LaTeX test updates for latest changes to template & h-k.John MacFarlane
2013-01-19Get rid of compiler warnings in Tests.Helpers.John MacFarlane
2013-01-19Updated changelog.John MacFarlane
2013-01-19Removed sudos from make_osx_package.sh.John MacFarlane
2013-01-19Fixed bug in make_osx_package.sh.John MacFarlane
2013-01-19Updated templates.John MacFarlane
2013-01-18Updated Makefile to use Hackage pandoc-types.John MacFarlane
2013-01-18Updated changelog with more Builder API.John MacFarlane
2013-01-18Updated changelog with Builder changes.John MacFarlane
2013-01-18Updated changelog.John MacFarlane
2013-01-18Add data-cites field to citations in HTML5.John MacFarlane
2013-01-18Set locale encoding in test suite.John MacFarlane
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane
2013-01-17Convert highlighting-kate language to listings languageJohn MacFarlane
2013-01-17MIME: Support vs and fs as text/plain.John MacFarlane
2013-01-17Revert "Markdown reader: Be less restrictive about class attributes."John MacFarlane
2013-01-17Slight modification of lhs instructions.John MacFarlane
2013-01-16Updated extensions in README.John MacFarlane
2013-01-16Markdown reader: Be less restrictive about class attributes.John MacFarlane
2013-01-16Fixed problem with duplicate ids in epub.John MacFarlane
2013-01-16Implemented Ext_link_attributes in markdown reader.John MacFarlane
2013-01-16README clarification.John MacFarlane
2013-01-16Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane
2013-01-16Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane
2013-01-16Options: Added multimarkdownExtensions.John MacFarlane
2013-01-15LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane
2013-01-15README on docx styles: Image Caption, not Picture Caption.John MacFarlane
2013-01-15Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane
2013-01-15Added Brent Yorgey to Authors.John MacFarlane
2013-01-15Added Denis Laxalde to Authors.John MacFarlane
2013-01-15ADded Arlo O'Keeffe to Authors.John MacFarlane
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane
2013-01-15Added lots of tests for bare URIs.John MacFarlane
2013-01-15Case-insensitive parsing of URI schemes.John MacFarlane
2013-01-15Parsing: Improve oneOfStrings, export oneOfStringsCI.John MacFarlane
2013-01-15Revised URI parser.John MacFarlane
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane
2013-01-14Implemented Ext_implicit_figures.John MacFarlane
2013-01-14Removed some cruft.John MacFarlane
2013-01-14Parsing: Fixed uri -- escape unicode URLs.John MacFarlane
2013-01-14Added Ext_implicit_figures.John MacFarlane
2013-01-14Parsing: Simplified and improved singleQuoteStart.John MacFarlane