Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-01-09 | Fixed typo in deb/stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-01-09 | Updated stack.yaml. | John MacFarlane | 2 | -3/+5 | |
2016-01-09 | Updated changelog. | John MacFarlane | 1 | -0/+57 | |
2016-01-09 | Version bump to 1.16.0.1 | John MacFarlane | 1 | -1/+1 | |
2016-01-09 | LaTeX writer: restore old treatment of Span. | John MacFarlane | 2 | -18/+16 | |
A Span is rendered with surrounding {braces}. This was a regression in 1.16. Closes #2624. | |||||
2016-01-08 | Fixed shadowing warning. | John MacFarlane | 1 | -1/+1 | |
2016-01-08 | Added some entity tests in Markdown reader tests. | John MacFarlane | 1 | -0/+9 | |
2016-01-08 | Work around tagsoup bug - not allowing uppercase x in hex entities. | John MacFarlane | 2 | -0/+2 | |
Issue submitted at tagsoup. | |||||
2016-01-08 | Entity handling fixes: | John MacFarlane | 2 | -3/+10 | |
- Text.Pandoc.XML.fromEntities: handle entities without a semicolon. Always lookup character references with the trailing ';', even if it wasn't present. And never add it when looking up numerical entities. (This is what tagsoup seems to require.) - Text.Pandoc.Parsing.characterReference: Always lookup character references with the trailing ';', and leave off the ';' when looking up numerical entities. This fixes a regression for e.g. `⟨`. | |||||
2016-01-07 | Merge pull request #2632 from matt-e/fix-stack-build | John MacFarlane | 2 | -2/+2 | |
Fix typo in stack build files | |||||
2016-01-07 | Update stack.yaml | Matthew Eddey | 1 | -1/+1 | |
Another typo? | |||||
2016-01-07 | Update stack.full.yaml | Matthew Eddey | 1 | -1/+1 | |
2016-01-07 | stack.yaml - use older aeson to avoid excessive memory use on compile. | John MacFarlane | 2 | -0/+4 | |
2016-01-07 | deb/stack.yaml - use older aeson to avoid excessive memory use in compile. | John MacFarlane | 1 | -1/+3 | |
With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM. | |||||
2016-01-07 | deb/Makefile - make DEBPKGVER work. | John MacFarlane | 1 | -1/+1 | |
2016-01-07 | debpkg - back to lts-3.20. | John MacFarlane | 1 | -1/+1 | |
We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10. | |||||
2016-01-07 | More deb packaging tweaks. | John MacFarlane | 2 | -3/+1 | |
2016-01-07 | Minor tweak in how make_deb.sh is called. | John MacFarlane | 1 | -1/+1 | |
2016-01-07 | deb/make_deb.sh - removed 'stack clean'. | John MacFarlane | 1 | -2/+1 | |
2016-01-07 | Merge pull request #2629 from tarleb/org-noexport-fix | John MacFarlane | 2 | -2/+14 | |
Fix function dropping subtrees tagged :noexport: | |||||
2016-01-07 | make_deb.sh - use --install-ghc flag instead of stack setup. | John MacFarlane | 2 | -4/+3 | |
2016-01-07 | deb pkg generation improvements. | John MacFarlane | 4 | -5/+6 | |
Allow setting DEBPKGVER. Bump to stack lts-4.0. Make output verbose. | |||||
2016-01-07 | deb/Makefile: Renamed COMMIT -> TREE | John MacFarlane | 1 | -2/+2 | |
2016-01-07 | make_deb.sh - added --stack-setup-yaml. | John MacFarlane | 1 | -1/+1 | |
2016-01-07 | Upgrade hsb2hs.yaml lts resolver. | John MacFarlane | 1 | -1/+1 | |
2016-01-07 | Fix function dropping subtrees tagged :noexport: | Albert Krewinkel | 2 | -2/+14 | |
Continue scanning for comment subtrees beyond only the first block. Note to self: when writing an recursive function, don't forget to, you know, actually recurse. Shout to @mrvdb for noticing this. This fixes #2628. | |||||
2016-01-07 | Markdown reader: renormalize table column widths if they exceed 100%. | John MacFarlane | 1 | -1/+6 | |
Closes #2626. | |||||
2016-01-06 | Improved default template lookup for custom lua scripts. | John MacFarlane | 1 | -19/+17 | |
Previously, if you tried to do `pandoc -s -t /path/to/lua/script.lua`, pandoc would look for the template in `~/.pandoc/templates/default./path/to/lua/script.lua`. With this change it will look in the more reasonable `~/.pandoc/templates/default.script.lua`. This makes it possible to store default templates for custom writers. Closes #2625. | |||||
2016-01-06 | stack.yaml, stack.full.yaml - use lts-4.0 resolver. | John MacFarlane | 2 | -2/+2 | |
2016-01-06 | Revert "Make file globbing work on windows." | John MacFarlane | 2 | -11/+1 | |
This reverts commit 363ecfebc32c6fe15d81634422e8607847f588fb. | |||||
2016-01-06 | Make file globbing work on windows. | John MacFarlane | 2 | -1/+11 | |
Windows cmd doesn't expand wildcards; the application has to do this. So on windows we use 'glob' to expand. | |||||
2016-01-06 | stack.yaml: bump pandoc-types version to 1.16.0.1. | John MacFarlane | 1 | -1/+1 | |
2016-01-05 | Merge pull request #2622 from conklech/ignore-stack | John MacFarlane | 1 | -0/+1 | |
Add .stack-work to gitignore | |||||
2016-01-05 | Add .stack-work to gitignore | Christian Conkle | 1 | -0/+1 | |
The .stack-work directory is analogous to a cabal sandbox; it comprises temporary build artifacts. |