Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-04 | Org reader: refactor rows-to-table conversion | Albert Krewinkel | 1 | -25/+25 | |
This refactores the codes conversing a list table lines to an org table ADT. The old code was simplified and is now slightly less ugly. | |||||
2016-05-04 | Org reader: stop padding short table rows | Albert Krewinkel | 2 | -28/+24 | |
Emacs Org-mode doesn't add any padding to table rows. The first row (header or first body row) is used to determine the column count, no other magic is performed. The org reader was padding rows to the length of the longest table row. This was done due to a misunderstanding of how Org handles tables. This feature reflected how Org-mode handles tables when pressing <TAB>. The Org exporter however, which is what the reader should implement, doesn't do any of this. So this was a mis-feature that made the reader more complex and reduced comparability. It was hence removed. | |||||
2016-05-01 | Added docbook5 templates, test files to pandoc.cabal. | John MacFarlane | 1 | -0/+3 | |
2016-05-01 | Bump version to 1.17.1. | John MacFarlane | 1 | -1/+1 | |
We need a minor version bump because of the addition of `writerDocbook5` to `WriterOptions`. | |||||
2016-05-01 | README: Added docbook5 as output format. | John MacFarlane | 1 | -22/+22 | |
2016-05-01 | Added docbook5 template. | John MacFarlane | 1 | -7/+7 | |
2016-05-01 | Merge pull request #2890 from bcdevices/docbook5-writer | John MacFarlane | 6 | -6/+1849 | |
Docbook5 write support | |||||
2016-05-01 | Add one more test | Sidharth Kapur | 1 | -0/+14 | |
2016-05-01 | Use `codeBlockWith` | Sidharth Kapur | 1 | -6/+6 | |
2016-05-01 | Add test for RST code directive class | Sidharth Kapur | 1 | -0/+15 | |
2016-05-01 | Add class option for code block in RST reader | Sidharth Kapur | 1 | -6/+8 | |
According to http://docutils.sourceforge.net/docs/ref/rst/directives.html#code, the code directive supports the ":class:" option. | |||||
2016-05-01 | Binary fmts throw PandocError on zip-archive fail | Jesse Rosenthal | 2 | -3/+7 | |
Commit 91dc3342 made `readDocx` throw PandocError if there was an unarchiving error. This extends that fix to `readOdt` and `readEPUB`. | |||||
2016-05-01 | LaTeX writer: use {} around options containing special chars. | John MacFarlane | 1 | -4/+9 | |
Closes #2892. | |||||
2016-05-01 | Docx Reader: Throw PandocError on unzip failure | Jesse Rosenthal | 1 | -4/+5 | |
Previously, readDocx would error out if zip-archive failed. We change the archive extraction step from `toArchive` to `toArchiveOrFail`, which returns an Either value. | |||||
2016-04-29 | Docbook5 writer: Properly handle ulink/link | Ivo Clarysse | 2 | -34/+37 | |
2016-04-29 | Write out Docbook 5 namespace | Ivo Clarysse | 3 | -7/+10 | |
2016-04-29 | HTML writer: ensure mathjax link is added when math appears in footnote. | John MacFarlane | 1 | -3/+2 | |
Previously if a document only had math in a footnote, the MathJax link would not be added. Closes #2881. | |||||
2016-04-29 | Add docbook5 writer support | Ivo Clarysse | 6 | -3/+1840 | |
2016-04-27 | Revert "LaTeX writer: Add `\strut` to fix multiline tables" | John MacFarlane | 2 | -47/+46 | |
This reverts commit 4c684561ee0665b014e887ae559b7020e4e9f2d3. See https://groups.google.com/d/msg/pandoc-discuss/u6J-_aCProU/UufN3IYRAgAJ This should fix uneven spacing issues in multiline tables. | |||||
2016-04-26 | Merge pull request #2735 from mb21/patch-1 | John MacFarlane | 2 | -4/+4 | |
LaTeX Writer: fix polyglossia to babel env mapping | |||||
2016-04-26 | Merge pull request #2829 from adunning/patch-1 | John MacFarlane | 2 | -8/+18 | |
LaTeX writer: Add missing languages. | |||||
2016-04-26 | Merge pull request #2876 from shosti/org-code-indent | John MacFarlane | 2 | -4/+47 | |
Ignore leading space in org code blocks | |||||
2016-04-26 | LaTeX writer: ignore --incremental unless -t beamer. | John MacFarlane | 1 | -1/+2 | |
Closes #2843. | |||||
2016-04-26 | Ignore leading space in org code blocks | Emanuel Evans | 2 | -4/+47 | |
Fixes #2862 Also fix up tab handling for leading whitespace in code blocks. | |||||
2016-04-20 | Require texmath 0.8.6.2. | John MacFarlane | 2 | -2/+2 | |
Closes several texmath-related bugs: #2775, #2310, #2310. This fixes issues with sub/superscript positioning and matrix column alignment in docx. | |||||
2016-04-18 | rtack.yaml: use data-default 0.6.0. | John MacFarlane | 1 | -0/+2 | |
2016-04-18 | Allow data-default 0.6.0. | John MacFarlane | 1 | -1/+1 | |
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 |