aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-09Merge pull request #3065 from tarleb/org-verse-indentJohn MacFarlane2-1/+18
2016-08-09Merge pull request #3067 from tarleb/org-figure-bugfixJohn MacFarlane4-48/+62
2016-08-09Org reader: ensure image sources are proper linksAlbert Krewinkel4-48/+62
2016-08-08Org reader: preserve indentation of verse linesAlbert Krewinkel2-1/+18
2016-08-06MediaWiki reader: properly interpret XML tags in pre environments.John MacFarlane1-3/+2
2016-08-06Improved mediawiki reader's treatment of verbatim constructions.John MacFarlane1-7/+13
2016-08-06Fix for unquoted attribute values in mediawiki tables.John MacFarlane1-1/+1
2016-08-06Fix out of index error in handleErrorMatthew Pickering1-4/+8
2016-08-06Added `beamerarticle` variable.John MacFarlane2-7/+11
2016-08-06LaTeX writer: don't use * for unnumbered paragraph, subparagraph.John MacFarlane1-2/+2
2016-07-28Merge pull request #3045 from mortonfox/patch-1John MacFarlane1-2/+2
2016-07-29Fix the LaTeX and EPUB linksMorton Fox1-2/+2
2016-07-26Added texmath 0.8.6.5.John MacFarlane1-0/+1
2016-07-24Use texmath 0.8.6.5. Closes #3040.John MacFarlane5-1/+5
2016-07-23Fixed stack.full.yaml.John MacFarlane1-0/+6
2016-07-23Merge pull request #3038 from tarleb/patch-1John MacFarlane1-1/+1
2016-07-23Use http to access online documentationAlbert Krewinkel1-1/+1
2016-07-22Fixed appveyor badgeJohn MacFarlane1-1/+1
2016-07-22Added appveyor badgeJohn MacFarlane1-0/+1
2016-07-22Fix MANUAL.txt path in make-windows-installer.txt.John MacFarlane1-1/+1
2016-07-22Merge pull request #3033 from tarleb/github-readmeJohn MacFarlane12-26/+145
2016-07-22Textile reader: disallow empty URL in explicit link.John MacFarlane3-1/+4
2016-07-22Added test for extended code block in textile.John MacFarlane2-0/+7
2016-07-22Textile reader: support `bc..` extended code blocks.John MacFarlane3-15/+33
2016-07-22Removed flag setting for texmath in stack.full.yaml.John MacFarlane1-2/+0
2016-07-21stack.full.yaml - only build pandoc, pandoc-types, pandoc-citeproc.John MacFarlane1-4/+0
2016-07-21Updated stack.full.yaml.John MacFarlane1-3/+6
2016-07-21make_deb.sh: get pandoc-citeproc LICENSE from github.John MacFarlane1-1/+1
2016-07-21make_deb.sh: get pandoc-citeproc.1 directly from github.John MacFarlane1-10/+5
2016-07-21deb Vagrantfile: install curl.John MacFarlane1-1/+1
2016-07-20Small changes in debian package creation.John MacFarlane2-3/+2
2016-07-20Add Github-friendly README.mdAlbert Krewinkel1-0/+119
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel11-26/+26
2016-07-20LaTeX reader: be more forgiving of non-standard characters.John MacFarlane1-1/+1
2016-07-20LaTeX reader: more robust parsing of unknown environments.John MacFarlane1-2/+9
2016-07-20Restored whitespace between paragraphs in beamer template.John MacFarlane1-7/+9
2016-07-20RST reader: use Div for admonitions.John MacFarlane1-8/+6
2016-07-19Textile reader: improve definition list parsing.John MacFarlane1-6/+13
2016-07-18Textile reader: improved table parsing.John MacFarlane1-22/+62
2016-07-18LaTeX template: Added dummy definition for `\institute`.John MacFarlane1-7/+7
2016-07-17Fixd README date.John MacFarlane1-1/+1
2016-07-16Use cmark-0.5.3.1 with stack.lts6.yaml.John MacFarlane1-0/+1
2016-07-16Add aeson-pretty to stack.yaml for deb, windows.John MacFarlane2-0/+2
2016-07-16Use cmark-0.5.3.1 in stack.yaml.John MacFarlane4-4/+4
2016-07-15Updated changelog.John MacFarlane1-0/+258
2016-07-15Added aeson-pretty to osx/stack.yaml.John MacFarlane1-0/+1
2016-07-15Use cmark-0.5.3 in stack.yaml.John MacFarlane4-0/+4
2016-07-15Don't require haddock-library 1.4.John MacFarlane2-1/+5
2016-07-15Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane1-1/+1
2016-07-14Fixed compiler warnings.John MacFarlane6-14/+11