aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Markdown reader: allow `+` separators in pipe table cells.John MacFarlane1-6/+4
2016-03-09Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane1-1/+7
2016-03-08DokuWiki writer: use $$ for display math.John MacFarlane2-2/+5
2016-03-08Docx reader: update feature checklist.Jesse Rosenthal1-5/+3
2016-03-07Stack-based appveyor setup.John MacFarlane1-33/+14
2016-03-06Merge pull request #2760 from ickc/masterJohn MacFarlane2-2/+2
2016-03-06Update READMEickc1-1/+1
2016-03-06Update pandoc.1ickc1-1/+1
2016-02-28LaTeX reader: handle interior `$` characters in math.John MacFarlane1-4/+12
2016-02-26Merge pull request #2739 from mb21/patch-2John MacFarlane1-0/+4
2016-02-26Add relocatable stack buildMauro Bieg1-0/+4
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal4-199/+170
2016-02-24Allow zip-archive 0.3.John MacFarlane1-2/+2
2016-02-23Make protocol-relative URIs work again.John MacFarlane1-2/+4
2016-02-22Raise tagsoup lower bound to 0.13.7.John MacFarlane1-1/+1
2016-02-21Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane1-7/+5
2016-02-21Update README to reflect 4112b32.Jesse Rosenthal1-3/+4
2016-02-20Fixed some linter warnings.John MacFarlane1-3/+3
2016-02-20Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane2-7/+7
2016-02-20Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane2-2/+2
2016-02-20Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane2-29/+33
2016-02-20HTML reader: rewrote htmlInBalanced.John MacFarlane1-10/+39
2016-02-20Merge pull request #2732 from pra85/patch-2John MacFarlane1-3/+3
2016-02-21Fix typos in ReadmePrayag Verma1-3/+3
2016-02-18LaTeX writer: clean up options parser.Jesse Rosenthal1-3/+4
2016-02-18LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal1-6/+21
2016-02-18Merge pull request #2725 from adunning/patch-1John MacFarlane1-1/+0
2016-02-18Remove stray line from stack.full.yamlAndrew Dunning1-1/+0
2016-02-17Don't build with lts-2 or lts-3.John MacFarlane1-9/+0
2016-02-17Travis: don't build with lts-3.John MacFarlane1-4/+0
2016-02-17Travis fixes.John MacFarlane1-2/+4
2016-02-17Fixed stack.yaml.John MacFarlane1-2/+2
2016-02-17Try new travis stack+cabal script.John MacFarlane1-75/+124
2016-02-16HTML reader: properly handle an empty cell in a simple table.John MacFarlane1-0/+1
2016-02-10stack.yaml: Added commented-out commands to compile against aeson 0.11.John MacFarlane1-0/+4
2016-02-09Removed `tex_math_single_backslash` from `markdown_github` options.John MacFarlane2-3/+1
2016-02-09Removed aeson extra-dep from stack.yaml.John MacFarlane5-5/+0
2016-02-09Changed aeson version in stack.yaml to 0.11.0.0.John MacFarlane5-4/+5
2016-02-09Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.John MacFarlane5-23/+9
2016-02-09Allow aeson 0.11.John MacFarlane1-2/+2
2016-02-08Merge pull request #2703 from rski/stack_link_fixJohn MacFarlane1-1/+1
2016-02-08Fix stack link in INSTALLrski1-1/+1
2016-02-05Added info on Stack to CONTRIBUTING.md.John MacFarlane1-4/+24
2016-02-05Merge pull request #2699 from MathieuDuponchelle/patch-1John MacFarlane1-0/+1
2016-02-05Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane2-3/+3
2016-02-05CONTRIBUTING.md : update test enabling documentationMathieu Duponchelle1-0/+1
2016-02-04Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane1-2/+2
2016-02-03HTML writer: don't include alignment attribute for default table columns.John MacFarlane2-16/+19
2016-02-02Docx reader: Add tests for adjacent hyperlinks.Jesse Rosenthal3-0/+5
2016-02-02Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal1-0/+2