| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-11 | LaTeX template: reverted change in abstract position. | John MacFarlane | 1 | -6/+5 | |
| 2015-08-11 | Revert "LaTeX template: move abstract to before `\maketitle`." | John MacFarlane | 1 | -5/+8 | |
| This reverts commit aa08b4cd677b975cf63c451a3414df447e31b55c. | |||||
| 2015-08-10 | EPUB TOC: replace literal "<br/>" with space. | John MacFarlane | 1 | -0/+1 | |
| Closes #2105. | |||||
| 2015-08-10 | Update version to 1.15.1. | John MacFarlane | 1 | -1/+1 | |
| 2015-08-10 | EPUB reader: stop mangling external URLs. | John MacFarlane | 3 | -15/+8 | |
| Closes #2284. Note the changes to the test suite. In each case, a mangled external link has been fixed, so these are all positive. | |||||
| 2015-08-10 | Allow latest criterion version. | John MacFarlane | 1 | -1/+1 | |
| 2015-08-10 | Docx writer: Moved invalid character stripping to `formattedString`. | John MacFarlane | 1 | -4/+4 | |
| This avoids an inefficient generic traversal. Updates f3aa03e. Closes #2356. | |||||
| 2015-08-09 | LaTeX template: move abstract to before `\maketitle`. | John MacFarlane | 1 | -8/+5 | |
| See http://tex.stackexchange.com/questions/139469/to-have-abstract-in-the-docu ment-class-revtex | |||||
| 2015-08-08 | Text.Pandoc: disable auto_identifiers for epub. | John MacFarlane | 1 | -2/+1 | |
| The epub writer inserts its own auto identifiers; this is more complex due to splitting into "chapter" files. | |||||
| 2015-08-08 | Updated html reader for new automatic header attributes. | John MacFarlane | 1 | -33/+33 | |
| 2015-08-08 | MediaWiki reader: handle unquoted table attributes. | John MacFarlane | 2 | -3/+3 | |
| Closes #2355. | |||||
| 2015-08-08 | Revert "Travis: call test program directly rather than by cabal." | John MacFarlane | 1 | -4/+1 | |
| This reverts commit 8bcaea5bd18c4dc26319d9ee9cb5c39de0ba2ed3. | |||||
| 2015-08-08 | Travis: call test program directly rather than by cabal. | John MacFarlane | 1 | -1/+4 | |
| 2015-08-08 | Clarified what is "out of scope" in README and CONTRIBUTING.md. | John MacFarlane | 2 | -0/+36 | |
| 2015-08-08 | HTML reader: add auto identifiers if not present on headers. | John MacFarlane | 1 | -7/+17 | |
| This makes TOC linking work properly. The same thing needs to be done to the org reader to fix #2354; in addition, `Ext_auto_identifiers` should be added to the list of default extensions for org in Text.Pandoc. | |||||
| 2015-08-08 | DocBook reader: handle informalexample. | John MacFarlane | 1 | -1/+4 | |
| It is parsed into a Div with class `informalexample`. Closes #2319. | |||||
| 2015-08-08 | LaTeX reader: Implement \Cite. | John MacFarlane | 1 | -0/+1 | |
| See #2335. | |||||
| 2015-08-07 | added selectors for nested emphasis (epub.css) | Pablo Rodríguez | 1 | -1/+4 | |
| 2015-08-07 | Merge pull request #2327 from hftf/list-style | John MacFarlane | 5 | -24/+92 | |
| HTML Reader: Correctly parse inline list-style(-type) for <ol> | |||||
| 2015-08-07 | Updated tests for link attribute changes. | mb21 | 24 | -240/+240 | |
| 2015-08-07 | Updated Arbitrary instance for link attribute | mb21 | 1 | -2/+3 | |
| 2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 30 | -125/+122 | |
| 2015-08-07 | Updated tests for image attribute changes. | John MacFarlane | 22 | -96/+64 | |
| 2015-08-07 | Updated Arbitrary instance for new image attribute parameter. | John MacFarlane | 1 | -2/+3 | |
| 2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 31 | -188/+415 | |
| (mb21) | |||||
| 2015-08-06 | Clarify docs on block quotes. | John MacFarlane | 1 | -2/+9 | |
| The space after `>` is optional. Closes #2346. | |||||
| 2015-08-05 | ICML writer: changed type of `writeICML`. | John MacFarlane | 2 | -40/+51 | |
| API change: It is now `WriterOptions -> Pandoc -> IO String`. Also handle new image attributes. (mb21) | |||||
| 2015-08-05 | ICML writer: Add Cite style to citations. | John MacFarlane | 1 | -1/+3 | |
| (mb21) | |||||
| 2015-08-05 | PDF: Modified for new image size attributes parameter. | John MacFarlane | 1 | -6/+6 | |
| (mb21) | |||||
| 2015-08-05 | Parsing: Add `extractIdClass`, modified type of `KeyTable`. | John MacFarlane | 1 | -2/+14 | |
| (mb21) | |||||
| 2015-08-05 | ImageSize: Added functions for converting between image dimensions. | John MacFarlane | 1 | -15/+138 | |
| (mb21) | |||||
| 2015-08-01 | Merge pull request #2338 from trofi/master | John MacFarlane | 1 | -1/+2 | |
| fix build failure with --flags=-https | |||||
| 2015-07-30 | fix build failure with --flags=-https | Sergei Trofimovich | 1 | -1/+2 | |
| The issue was originally reported by CasperVector as https://github.com/gentoo-haskell/gentoo-haskell/issues/427 Mainfests itself as a builg failure full of missing zip-archive names: src/Text/Pandoc/Shared.hs:756:49: Not in scope: type constructor or class ‘Archive’ src/Text/Pandoc/Shared.hs:777:38: Not in scope: ‘toEntry’ src/Text/Pandoc/Shared.hs:786:19: Not in scope: ‘toArchive’ Perhaps you meant ‘mbArchive’ (line 778) Included Codec.Archive.Zip unconditionally. Signed-off-by: Sergei Trofimovich <siarheit@google.com> | |||||
| 2015-07-27 | HTML Reader: Detect font-variant with pickStyleAttrProps | Ophir Lifshitz | 1 | -6/+5 | |
| 2015-07-27 | Require pandoc-types >= 1.14 | John MacFarlane | 1 | -3/+3 | |
| 2015-07-27 | Text.Pandoc.Options: modifications for image attributes. | John MacFarlane | 3 | -7/+88 | |
| * Added `Ext_common_link_attributes` constructor to `Extension` (for link and image attributes). * Added this to `pandocExtensions` and `phpMarkdownExtraExtensions`. * Added `writerDpi` to `WriterOptions`. * pandoc.hs: Added `--dpi` option. * Updated README for `--dpi` and `common_link_attributes` extension. Patch due to mb21, with some modifications: `writerDpi` is now an `Int` rather than a `Double`. | |||||
| 2015-07-27 | Pipe tables: allow indented columns. | John MacFarlane | 3 | -2/+19 | |
| Previously the left-hand column could not start with 4 or more spaces indent. This was inconvenient for right-aligned left columns. Note that the first (header column) must still have 3 or fewer spaces indentation, or the table will be treated as an indented code block. | |||||
| 2015-07-26 | README: Added space after backslash in image example. | John MacFarlane | 1 | -1/+1 | |
| See #2329. | |||||
| 2015-07-25 | Merge pull request #1689 from kuribas/master | John MacFarlane | 2 | -4/+11 | |
| Use '=' instead of '#' for atx-style headers in markdown+lhs. | |||||
| 2015-07-25 | Pretty: comment fix (mb21). | John MacFarlane | 1 | -1/+1 | |
| 2015-07-24 | HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS | Ophir Lifshitz | 2 | -0/+20 | |
| 2015-07-24 | HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS | Ophir Lifshitz | 3 | -18/+67 | |
| 2015-07-23 | Updated README and cabal description for ODT reader. | John MacFarlane | 2 | -7/+8 | |
| 2015-07-23 | Added odt reader | MarLinn | 79 | -12/+4368 | |
| Fully implemented features: * Paragraphs * Headers * Basic styling * Unordered lists * Ordered lists * External Links * Internal Links * Footnotes, Endnotes * Blockquotes Partly implemented features: * Citations Very basic, but pandoc can't do much more * Tables No headers, no sizing, limited styling | |||||
| 2015-07-23 | Updated tests and removed a skipSpaces.... | John MacFarlane | 2 | -7/+6 | |
| we no longer need it with the change to toKey, and it is expensive to skip spaces after every inline. | |||||
| 2015-07-23 | Parsing: toKey: strip off outer brackets. | John MacFarlane | 1 | -2/+4 | |
| This makes keys with extra space at the beginning and end work: e.g. [foo]: bar [ foo ] will now be a link to bar (it wasn't before). | |||||
| 2015-07-23 | Merge pull request #2323 from hftf/implicit-header-refs | John MacFarlane | 2 | -0/+32 | |
| Fix implicit header refs for headers with extra spaces | |||||
| 2015-07-23 | LaTeX reader: support abstract environment. | John MacFarlane | 1 | -0/+1 | |
| The abstract populates an "abstract" metadata field. | |||||
| 2015-07-23 | Markdown Reader: Add basic tests for each header style | Ophir Lifshitz | 1 | -0/+10 | |
| 2015-07-23 | Markdown Reader: Add implicit header ref tests for headers with spaces | Ophir Lifshitz | 1 | -0/+20 | |
