Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-08 | Merge pull request #1796 from bos/threaded | John MacFarlane | 1 | -1/+1 | |
Link the test suite using -threaded | |||||
2014-12-08 | DocBook reader: add support for classname | Bryan O'Sullivan | 3 | -1/+6 | |
2014-12-08 | Link the test suite using -threaded | Bryan O'Sullivan | 1 | -1/+1 | |
This allows the test suite to be run using "+RTS -N". Doing so improves the performance of the test suite on my quad-core Mac laptop as follows: Before: 8.2 seconds After: 2.5 seconds | |||||
2014-12-08 | DocBook reader: add support for calloutlist and callout | Bryan O'Sullivan | 3 | -3/+30 | |
We treat a calloutlist as a bulleted list. This works well in practice. | |||||
2014-12-08 | Merge pull request #1746 from shelf/dw-ext-images | Matthew Pickering | 5 | -2/+12 | |
DokuWiki writer: fix external images | |||||
2014-12-08 | Merge pull request #1794 from mpickering/docxfix | John MacFarlane | 1 | -2/+3 | |
Fix for #1641 (docx table captions above tables) | |||||
2014-12-08 | Merge pull request #1646 from neongreen/issue1631 | Matthew Pickering | 1 | -0/+4 | |
Add an -email address link- example to README. | |||||
2014-12-08 | Fix for #1641 (docx table captions above tables) | Nikolay Yakimov | 1 | -2/+3 | |
Word doesn't really treat table captions as something special. It's just a paragraph with special style, nothing more, so simple reversal of output order in writer works fine. | |||||
2014-12-08 | RST Reader: Warn about skipped directives | Daniel Bergey | 3 | -7/+12 | |
move `addWarning` to Parsing.hs, so it can be used by Markdown & RST readers. | |||||
2014-12-07 | Updated INSTALL on building man pages. | John MacFarlane | 1 | -6/+15 | |
Closes #1788. | |||||
2014-12-07 | Merge pull request #1716 from lierdakil/issue1607-pullreq | Matthew Pickering | 1 | -7/+35 | |
First step to fixing internationalisation problems with docx output | |||||
2014-12-07 | Merge pull request #1790 from mpickering/master | John MacFarlane | 1 | -1/+1 | |
Text.Pandoc.Pretty: Improve performance of realLength | |||||
2014-12-06 | Text.Pandoc.Pretty: Improve performance of realLength | Matthew Pickering | 1 | -1/+1 | |
Eliminates memory usage and twofold increase in speed. | |||||
2014-12-06 | Merge pull request #1787 from Twinside/master | Matthew Pickering | 1 | -1/+1 | |
Update pandoc.cabal, Bumping JuicyPixels upper bound | |||||
2014-12-06 | Update pandoc.cabal, Bumping JuicyPixels upper bound | Vincent | 1 | -1/+1 | |
2014-12-01 | Merge pull request #1781 from bergey/rst | John MacFarlane | 2 | -4/+39 | |
parse RST quoted literal blocks and class directives | |||||
2014-12-01 | parse RST class directives | Daniel Bergey | 2 | -2/+14 | |
The class directive accepts one or more class names, and creates a Div value with those classes. If the directive has an indented body, the body is parsed as the children of the Div. If not, the first block folowing the directive is made a child of the Div. This differs from the behavior of rst2xml, which does not create a Div element. Instead, the specified classes are applied to each child of the directive. However, most Pandoc Block constructors to not take an Attr argument, so we can't duplicate this behavior. | |||||
2014-12-01 | parse RST quoted literal blocks | Daniel Bergey | 2 | -2/+25 | |
closes #65 RST quoted literal blocks are the same as indented literal blocks (which pandoc already supports) except that the quote character is preserved in each line. This includes test cases for the quoted literal block, as well as additional tests for line blocks and indented literal blocks, to verify that these are unaffected by the changes. | |||||
2014-11-30 | ICML writer: Don't force all citations into footnotes. | John MacFarlane | 1 | -1/+1 | |
2014-11-25 | Reverted "omit blank lines after list items," better fix for #1777. | John MacFarlane | 2 | -6/+29 | |
Now we do as before, including blank lines after list items in loose lists (even though RST doesn't care -- this is just a matter of visual appeal). But we chomp any excess whitespace after the last list item, which solves #1777. | |||||
2014-11-25 | RST writer: Omit blank lines after list items. | John MacFarlane | 2 | -26/+4 | |
They are optional in RST (except after the last list item, of course). Fixes #1777. | |||||
2014-11-25 | RST writer: Ensure blank line after figure. | John MacFarlane | 1 | -1/+1 | |
2014-11-25 | LaTeX reader: support `\smartcite` and `\Smartcite` from biblatex. | John MacFarlane | 1 | -0/+2 | |
See jgm/pandoc-citeproc#26. | |||||
2014-11-19 | Fixed double-rendering of footnotes in RST tables. | John MacFarlane | 1 | -3/+2 | |
Closes #1769. | |||||
2014-11-17 | Really fix #1758. Add `id="cover"` to body on cover page. | John MacFarlane | 2 | -7/+10 | |
Not title page! | |||||
2014-11-16 | Use regular page template for nav.xhtml. | John MacFarlane | 1 | -11/+8 | |
This includes the HTML doctype. Closes #1759. | |||||
2014-11-16 | Removed extra body tag from epub3 template. | John MacFarlane | 1 | -7/+5 | |
This fixes a bug introduced by the previous fix. | |||||
2014-11-16 | epub, epub3 templates: Added id="cover" to body of titlepage. | John MacFarlane | 1 | -6/+6 | |
This aids styling, making it possible for example to set 0 margins on the title page. Closes jgm/pandoc#1758. | |||||
2014-11-16 | Make `embed` tag either block or inline. | John MacFarlane | 1 | -2/+2 | |
Closes #1756. | |||||
2014-11-16 | Removed extra `</body>` tag from `tests/html-reader.html`. | John MacFarlane | 1 | -1/+0 | |
2014-11-16 | Changed mime type for otf to application/vnd.ms-opentype. | John MacFarlane | 1 | -1/+1 | |
Closes #1761. This is needed for epub3 validation. See http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.3.1 | |||||
2014-11-13 | Fixed bug in org with bulleted lists: | John MacFarlane | 2 | -5/+12 | |
- a - b * c was being parsed as a list, even though an unindented `*` should make a heading. See <http://orgmode.org/manual/Plain-lists.html#fn-1>. | |||||
2014-11-13 | Add tests for external links with anchors | Caleb McDaniel | 2 | -0/+1 | |
2014-11-13 | Account for external link URLs with anchors | Caleb McDaniel | 1 | -7/+10 | |
Previously, if a URL had an anchor, such as http://johnmacfarlane.net/pandoc/README.html#synopsis the reader would incorrectly identify it as an internal link and return "#synopsis" for the link in output. | |||||
2014-11-12 | Merge pull request #1645 from neongreen/issue1636 | John MacFarlane | 2 | -2/+21 | |
Fix 'Ext_lists_without_preceding_blankline' bug. | |||||
2014-11-09 | DokuWiki writer: add external_images test | Timothy Humphries | 4 | -0/+6 | |
Add test for #1739. | |||||
2014-11-09 | DokuWiki writer: fix external images | Timothy Humphries | 1 | -2/+6 | |
Handles #1739. Preface relative links with ":", absolute URIs without. | |||||
2014-11-05 | Merge pull request #1742 from tarleb/org-fix-links | John MacFarlane | 2 | -15/+36 | |
Org fix links | |||||
2014-11-05 | Org reader: allow empty links for gitit interop | Albert Krewinkel | 2 | -1/+9 | |
While empty links are not allowed in Emacs org-mode, Pandoc org-mode should support them: gitit relies on empty links as they are used to create wiki links. Fixes jgm/gitit#471 | |||||
2014-11-05 | Org reader: absolute, relative paths in links | Albert Krewinkel | 2 | -14/+27 | |
The org reader was to restrictive when parsing links, some relative links and links to files given as absolute paths were not recognized correctly. The org reader's link parsing function was amended to handle such cases properly. This fixes #1741 | |||||
2014-11-04 | DokuWiki writer: Better handling of block quotes. | John MacFarlane | 2 | -6/+5 | |
This change ensures that multiple paragraph blockquotes are rendered using native `>` rather than as HTML. Closes #1738. | |||||
2014-10-31 | Fixed README and pandoc.cabal for TWiki reader. | John MacFarlane | 2 | -15/+16 | |
2014-10-31 | Merge pull request #1726 from AlexanderS/twiki-parser | John MacFarlane | 7 | -10/+941 | |
TWiki Reader: add new new twiki reader | |||||
2014-10-30 | ODT writer: Correctly handle images without extensions. | John MacFarlane | 1 | -5/+6 | |
Closes #1729. | |||||
2014-10-30 | TWiki Reader: update documentation | Alexander Sulfrian | 2 | -10/+12 | |
2014-10-30 | TWiki Reader: add basic syntax test | Alexander Sulfrian | 4 | -0/+399 | |
2014-10-30 | TWiki Reader: add new new twiki reader | Alexander Sulfrian | 3 | -0/+530 | |
2014-10-28 | Merge pull request #1727 from toddsifleet/tws-fix-issue-1682 | John MacFarlane | 1 | -1/+2 | |
Strip querystring in ODT write | |||||
2014-10-28 | Strip querystring in ODT write | Todd Sifleet | 1 | -1/+2 | |
* Resolve #1682 * Strip querystring from filename before rendering ODT files, ODT cannot handle querystrings in files. | |||||
2014-10-28 | Clarified need for `-s` to get character encoding info. | John MacFarlane | 1 | -0/+14 | |
Closes #1724, #1725. |