Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-10 | stack.yaml: Added commented-out commands to compile against aeson 0.11. | John MacFarlane | 1 | -0/+4 | |
This has been tested. | |||||
2016-02-09 | Removed `tex_math_single_backslash` from `markdown_github` options. | John MacFarlane | 2 | -3/+1 | |
Closes #2707. | |||||
2016-02-09 | Removed aeson extra-dep from stack.yaml. | John MacFarlane | 5 | -5/+0 | |
2016-02-09 | Changed aeson version in stack.yaml to 0.11.0.0. | John MacFarlane | 5 | -4/+5 | |
2016-02-09 | Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml. | John MacFarlane | 5 | -23/+9 | |
2016-02-09 | Allow aeson 0.11. | John MacFarlane | 1 | -2/+2 | |
2016-02-08 | Merge pull request #2703 from rski/stack_link_fix | John MacFarlane | 1 | -1/+1 | |
Fix stack link in INSTALL | |||||
2016-02-08 | Fix stack link in INSTALL | rski | 1 | -1/+1 | |
Stack installation instructions have moved to docs.haskellstack.org | |||||
2016-02-05 | Added info on Stack to CONTRIBUTING.md. | John MacFarlane | 1 | -4/+24 | |
2016-02-05 | Merge pull request #2699 from MathieuDuponchelle/patch-1 | John MacFarlane | 1 | -0/+1 | |
CONTRIBUTING.md : update test enabling documentation | |||||
2016-02-05 | Custom writer: Pass attributes parameter to CaptionedImage. | John MacFarlane | 2 | -3/+3 | |
Closes #2697. | |||||
2016-02-05 | CONTRIBUTING.md : update test enabling documentation | Mathieu Duponchelle | 1 | -0/+1 | |
On my end, in a clean sandbox, I had to run this before I could run the tests, I'm a cabal / haskell noob so that might not be the best way to do so but :) | |||||
2016-02-04 | Markdown reader: Fixed bug with smart quotes around tex math. | John MacFarlane | 1 | -2/+2 | |
Previously smart quotes were incorrect in the following: '$\neg(x \in x)$'. (because of the following period). This commit fixes the problem, which was introduced by commit 4229cf2d92faf5774fe1a3a9c89a5de885cf75cd. | |||||
2016-02-03 | HTML writer: don't include alignment attribute for default table columns. | John MacFarlane | 2 | -16/+19 | |
Previously these were given "left" alignment. Better to leave off alignment attributes altogether. Closes #2694. | |||||
2016-02-02 | Docx reader: Add tests for adjacent hyperlinks. | Jesse Rosenthal | 3 | -0/+5 | |
2016-02-02 | Docx reader: Add a "Link" modifier to Reducible | Jesse Rosenthal | 1 | -0/+2 | |
We want to make sure that links have their spaces removed, and are appropriately smushed together. This closes #2689 | |||||
2016-01-31 | Org reader: Refactor link-target processing | Albert Krewinkel | 2 | -29/+33 | |
Cleanup of the code for link target handling. Most notably, the canonicalization of a link is handled by a separate function. This fixes #2684. | |||||
2016-01-31 | LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command. | John MacFarlane | 1 | -1/+2 | |
This gives better results when people write e.g. `\TeX{}` in Markdown. \TeX{} and \LaTeX{} now works as expected with `pandoc -f markdown -t latex`. Closes #2687. | |||||
2016-01-29 | HTML reader: handle multiple meta tags with same name. | John MacFarlane | 1 | -2/+6 | |
Put them in a list in the metadata so they are all preserved, rather than (as before) throwing out all but one.. | |||||
2016-01-29 | Properly handle LaTeX "math" environment as inline math. | John MacFarlane | 1 | -0/+1 | |
See #2171. | |||||
2016-01-26 | Merge pull request #2681 from pra85/patch-1 | John MacFarlane | 1 | -1/+1 | |
Update license year range to 2016 | |||||
2016-01-26 | Update license year range to 2016 | Prayag Verma | 1 | -1/+1 | |
2016-01-25 | Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes. | John MacFarlane | 3 | -4/+30 | |
Closes #2674. | |||||
2016-01-24 | Make language extensions trigger highlighting. | John MacFarlane | 1 | -1/+2 | |
For example, `py` will now work as well as `python`. Closes jgm/highlighting-kate#83. | |||||
2016-01-22 | stack.yaml - use cmark 0.5.1. | John MacFarlane | 1 | -1/+1 | |
2016-01-22 | Bump version to 1.17. | John MacFarlane | 1 | -1/+1 | |
API change in type of Text.Pandoc.Shared.uniqueIdent. | |||||
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 11 | -31/+39 | |
This avoids performance problems in documents with many identically named headers. Closes #2671. | |||||
2016-01-21 | Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei). | John MacFarlane | 3 | -1/+1033 | |
2016-01-21 | Added TEI to description and default.tei to data files. | John MacFarlane | 1 | -2/+3 | |
2016-01-21 | Added default.tei TEI template | John MacFarlane | 1 | -7/+7 | |
2016-01-21 | Merge pull request #2638 from c-forster/teiwriter | John MacFarlane | 7 | -7/+380 | |
Add TEI Writer. | |||||
2016-01-21 | Markdown writer: Use hyphens for yaml metadata block bottom line | Henrik Tramberend | 2 | -2/+2 | |
2016-01-20 | Adjusted longtable in tests. | John MacFarlane | 1 | -7/+7 | |
New default is not to include `[c]` option. | |||||
2016-01-20 | Merge pull request #2665 from monofon/fix/table-alignment | John MacFarlane | 1 | -1/+1 | |
LaTeX writer: Allow more flexible table alignment | |||||
2016-01-20 | LaTeX writer: Allow more flexible table alignment | Henrik Tramberend | 1 | -1/+1 | |
2016-01-19 | Added some entity tests in Markdown reader tests. | John MacFarlane | 3 | -22/+25 | |
Change types of divs. From Docbook "sect#" and "simplesect" to "level#" and "section." Add tests. Add mention of TEI to README. Small changes to TEI writer. | |||||
2016-01-19 | Add TEI Writer. | csforste | 6 | -0/+370 | |
2016-01-14 | HTML writer: harmless code simplification. | John MacFarlane | 1 | -34/+32 | |
Since the 'math' is only put into the template if stMath is set anyway, there's no need for this conditional. | |||||
2016-01-14 | make_osx_package.sh: Use env variable for developer id certs. | John MacFarlane | 1 | -2/+4 | |
2016-01-13 | Org writer - pass through RawInline with format "org". | John MacFarlane | 1 | -2/+7 | |
2016-01-13 | Updated man page. | John MacFarlane | 1 | -1/+1 | |
2016-01-13 | Updated README date. | John MacFarlane | 1 | -1/+1 | |
2016-01-12 | Version to 1.16.0.2, updated changelog. | John MacFarlane | 3 | -2/+10 | |
2016-01-11 | Prefix even empty figure names with "fig:" | Albert Krewinkel | 2 | -7/+7 | |
The convention used by pandoc for figures is to mark them by prefixing the name with "fig:". The org reader failed to do this if a figure had no name. The test for this was broken as well. This fixes #2643. | |||||
2016-01-11 | Depend on deepseq rather than deepseq-generics. | John MacFarlane | 2 | -2/+2 | |
See fpco/stackage#1096. | |||||
2016-01-11 | Fixed regression in latex smart quote parsing. | John MacFarlane | 1 | -4/+5 | |
Closes #2645. In cases where a match was not found for a quote, everything from the open quote to the end of the paragraph was being dropped. | |||||
2016-01-10 | Release checklist: added note on regenerating Hackage docs. | John MacFarlane | 1 | -0/+3 | |
2016-01-10 | Regenerated man page. | John MacFarlane | 1 | -1/+1 | |
2016-01-10 | README - changed date. | John MacFarlane | 1 | -1/+1 | |
2016-01-10 | osx package fixes: correct version, allow installation to any drive. | John MacFarlane | 2 | -4/+4 | |