Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-16 | Docx Reader: Tests for track-changes moving | Jesse Rosenthal | 5 | -0/+22 | |
2016-04-15 | Docx Reader: parse `moveTo` and `moveFrom` | Jesse Rosenthal | 1 | -2/+2 | |
`moveTo` and `moveFrom` are track-changes tags that are used when a block of text is moved in the document. We now recognize these tags and treat them the same as `insert` and `delete`, respectively. So, `--track-changes=accept` will show the moved version, while `--track-changes=reject` will show the original version. | |||||
2016-04-10 | Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces. | John MacFarlane | 3 | -22/+26 | |
Closes #2799. Also added -s to markdown-reader-more test. | |||||
2016-04-10 | Markdown + HTML readers: be more forgiving about unescaped &. | John MacFarlane | 1 | -10/+15 | |
We are now more forgiving about parsing invalid HTML with unescaped `&` as raw HTML. (Previously any unescaped `&` would cause pandoc not to recognize the string as raw HTML.) Closes #2410. | |||||
2016-04-08 | README - improved documentation of --columns option. | John MacFarlane | 1 | -3/+3 | |
2016-04-01 | LaTeX writer: Add missing languages. | Andrew Dunning | 2 | -8/+18 | |
Updates the list from the hyphenation files at <http://mirror.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/>. | |||||
2016-03-30 | Merge pull request #2828 from adunning/patch-1 | John MacFarlane | 1 | -0/+2 | |
Recognize `la-x-classic` as Classical Latin. | |||||
2016-03-30 | Recognize `la-x-classic` as Classical Latin. | Andrew Dunning | 1 | -0/+2 | |
This allows one to access the hyphenation patterns at <http://mirrors.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-classic.tex>, using its private language tag. | |||||
2016-03-29 | Use texmath >= 0.8.6.1. | John MacFarlane | 2 | -2/+3 | |
This fixes behavior of roots, e.g. `\sqrt[3]{x}`. See #2824. | |||||
2016-03-28 | stack.full.yaml: build local zip-archive, texmath. | John MacFarlane | 1 | -1/+2 | |
2016-03-27 | stack.full.yaml: also include local cmark-hs. | John MacFarlane | 1 | -0/+1 | |
2016-03-26 | EPUB writer: set 'navpage' variable on nav page. | John MacFarlane | 1 | -1/+2 | |
This allows templates to treat it differently. | |||||
2016-03-25 | Travis: use -fno-warn-unused-do-bind -Wall -Werror. | John MacFarlane | 1 | -1/+1 | |
2016-03-25 | Add --pedantic to stack build on travis. | John MacFarlane | 1 | -1/+1 | |
This turns on -Wall, -Werror. -Werror is already there for cabal builds, but for some reason travis isn't failing when errors occur. | |||||
2016-03-25 | Removed two superfluous lines. | John MacFarlane | 1 | -2/+0 | |
2016-03-24 | Updated changelog. | John MacFarlane | 1 | -0/+3 | |
2016-03-24 | LaTeX writer: better positioning for hypertarget in figures. | John MacFarlane | 1 | -16/+23 | |
Closes #2813. | |||||
2016-03-24 | LaTeX writer: Fixed position of label in figures. | John MacFarlane | 1 | -3/+3 | |
Partially addresses #2813. This isn't perfect, because now the hypertarget is in the wrong place -- when you link to the figure, the screen is positioned with the caption at the top, and most of the figure off screen. So this needs a bit more tweaking. | |||||
2016-03-24 | Travis: run tests when compiling from tarball. | John MacFarlane | 1 | -1/+1 | |
This should help with bugs like #2811. | |||||
2016-03-24 | Updated man page. | John MacFarlane | 1 | -1/+1 | |
2016-03-24 | Updated changelog. | John MacFarlane | 1 | -0/+6 | |
2016-03-24 | Bump version to 1.17.0.3. | John MacFarlane | 1 | -1/+1 | |
2016-03-24 | Merge pull request #2812 from mb21/patch-2 | John MacFarlane | 1 | -0/+2 | |
include .tei files in pandoc.cabal | |||||
2016-03-24 | include .tei files in pandoc.cabal | Mauro Bieg | 1 | -0/+2 | |
closes #2811 | |||||
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 19 | -37/+37 | |
2016-03-22 | Fixed copyright dates. | John MacFarlane | 1 | -3/+3 | |
2016-03-22 | Updated man page. | John MacFarlane | 1 | -1/+1 | |
2016-03-22 | Updated changelog. | John MacFarlane | 1 | -0/+6 | |
2016-03-22 | Version bump to 1.17.0.2. | John MacFarlane | 1 | -1/+1 | |
2016-03-22 | Fixed bug in Markdown raw HTML parsing. | John MacFarlane | 1 | -1/+1 | |
This was a regression, with the rewrite of `htmlInBalanced` (from `Text.Pandoc.Readers.HTML`) in 1.17. It caused newlines to be omitted in raw HTML blocks. Closes #2804. | |||||
2016-03-21 | Updated man page. | John MacFarlane | 1 | -6/+15 | |
2016-03-21 | Updated changelog. | John MacFarlane | 1 | -0/+9 | |
2016-03-21 | Version to 1.17.0.1. | John MacFarlane | 1 | -1/+1 | |
2016-03-21 | Improved documentation of templates. | John MacFarlane | 1 | -3/+9 | |
Note that there's no docx template. Closes #2797. | |||||
2016-03-21 | Fix stdin handling for file-scope | Jesse Rosenthal | 1 | -0/+1 | |
Regardless of input type, we should use default handling if we are dealing with stdin. In other words, there should be no file-scope if there are no files. This was an issue with pandoc json, which could be piped on stdin, but which was read by default with `--file-scope`. | |||||
2016-03-20 | Fixed link to TEI in README. | John MacFarlane | 1 | -1/+1 | |
2016-03-20 | Changelog formatting. | John MacFarlane | 1 | -3/+3 | |
2016-03-20 | Clarify and shorten description of file-scope in changelog. | John MacFarlane | 1 | -15/+9 | |
2016-03-20 | LaTeX Writer: fix polyglossia to babel env mapping | Mauro Bieg | 2 | -4/+4 | |
allow for optional argument in square brackets, closes #2728 | |||||
2016-03-20 | Fixed changelog. | John MacFarlane | 1 | -4/+1 | |
2016-03-20 | Fixed changelog formatting. | John MacFarlane | 1 | -3/+4 | |
2016-03-20 | Fixed Chris Forster's name. | John MacFarlane | 1 | -1/+1 | |
2016-03-20 | Removed strip commands from make-windows-installer.bat. | John MacFarlane | 1 | -2/+0 | |
2016-03-19 | Don't hardcode pandoc version in osx/distribution.xml. | John MacFarlane | 2 | -1/+3 | |
Instead, create it from a template, distribution.xml.in. | |||||
2016-03-19 | Fixed version in osx/distribution.xml. | John MacFarlane | 1 | -1/+1 | |
2016-03-19 | make_osx_package.sh: Add quotes around env variable. | John MacFarlane | 1 | -2/+2 | |
2016-03-19 | Fixed typo in deb, osx stack.yaml. | John MacFarlane | 2 | -2/+2 | |
2016-03-19 | texmath-0.8.5 in extra-deps in stack.full.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-03-19 | Build vs pandoc-citeproc 0.9.1.1. | John MacFarlane | 2 | -2/+2 | |
2016-03-19 | Build pandoc-citeproc 0.9.1 for binary pkgs. | John MacFarlane | 2 | -2/+2 | |