aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-31LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane1-1/+2
2016-01-29HTML reader: handle multiple meta tags with same name.John MacFarlane1-2/+6
2016-01-29Properly handle LaTeX "math" environment as inline math.John MacFarlane1-0/+1
2016-01-26Merge pull request #2681 from pra85/patch-1John MacFarlane1-1/+1
2016-01-26Update license year range to 2016Prayag Verma1-1/+1
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane3-4/+30
2016-01-24Make language extensions trigger highlighting.John MacFarlane1-1/+2
2016-01-22stack.yaml - use cmark 0.5.1.John MacFarlane1-1/+1
2016-01-22Bump version to 1.17.John MacFarlane1-1/+1
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane11-31/+39
2016-01-21Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).John MacFarlane3-1/+1033
2016-01-21Added TEI to description and default.tei to data files.John MacFarlane1-2/+3
2016-01-21Added default.tei TEI templateJohn MacFarlane1-7/+7
2016-01-21Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane7-7/+380
2016-01-20Adjusted longtable in tests.John MacFarlane1-7/+7
2016-01-20Merge pull request #2665 from monofon/fix/table-alignmentJohn MacFarlane1-1/+1
2016-01-20LaTeX writer: Allow more flexible table alignmentHenrik Tramberend1-1/+1
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane3-22/+25
2016-01-19Add TEI Writer.csforste6-0/+370
2016-01-14HTML writer: harmless code simplification.John MacFarlane1-34/+32
2016-01-14make_osx_package.sh: Use env variable for developer id certs.John MacFarlane1-2/+4
2016-01-13Org writer - pass through RawInline with format "org".John MacFarlane1-2/+7
2016-01-13Updated man page.John MacFarlane1-1/+1