Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-06 | Clarify docs on block quotes. | John MacFarlane | 1 | -2/+9 | |
The space after `>` is optional. Closes #2346. | |||||
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 | 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-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 | |
2015-07-23 | Markdown Reader: Skip spaces in headers | Ophir Lifshitz | 1 | -0/+2 | |
2015-07-21 | Fix regression: allow HTML comments containing `--`. | John MacFarlane | 2 | -4/+7 | |
Technically this isn't allowed in an HTML comment, but we've always allowed it, and so do most other implementations. It is handy if e.g. you want to put command line arguments in HTML comments. | |||||
2015-07-21 | Merge pull request #2318 from infotroph/infotroph-readme-patch2 | John MacFarlane | 2 | -11/+13 | |
List all styles in manual for --reference-docx | |||||
2015-07-21 | Use newManager instead of withManager in recent http-client. | John MacFarlane | 1 | -1/+10 | |
This avoids a deprecation warning. | |||||
2015-07-21 | List all styles in manual for --reference-docx | Chris Black | 2 | -11/+13 | |
2015-07-21 | DZSlides: Add `role="note"` for speaker notes. | John MacFarlane | 1 | -1/+2 | |
Closes #1693. | |||||
2015-07-21 | HTML reader: handle type attribute on ol. | John MacFarlane | 2 | -3/+10 | |
E.g. `<ol type="i">`. Closes #2313. | |||||
2015-07-21 | LaTeX reader: properly handle booktabs lines. | John MacFarlane | 1 | -1/+10 | |
Lines aren't part of the pandoc table model, but we can just ignore them. Closes #2307. | |||||
2015-07-21 | Don't capitalize header links in man page. | John MacFarlane | 2 | -24/+25 | |
Also regenerated man page from latest README. | |||||
2015-07-21 | Fixed some internal links in README. | John MacFarlane | 1 | -6/+5 | |
Closes #2309. | |||||
2015-07-16 | Removed unneeded import. | John MacFarlane | 1 | -2/+1 | |
2015-07-16 | LaTeX writer: Fixed detection of 'chapters' from template. | John MacFarlane | 1 | -3/+11 | |
If a documentclass isn't specified in metadata, but the template has a hardwired bookish documentclass, act as if `--chapters` was used. This was the default in earlier versions, but it has been broken for a little while. | |||||
2015-07-15 | Merge pull request #2303 from hftf/h6 | John MacFarlane | 3 | -4/+32 | |
Add missing Heading 6 style in reference Docx | |||||
2015-07-15 | Docx Reader: Updated headers test | Ophir Lifshitz | 2 | -1/+9 | |
Replaced styles.xml in headers.docx with pandoc's current styles.xml, which contains styles for Heading 1 through 6. Added Heading 4 through 7 to the test document. Note that Heading 7 is not parsed as a Heading because there is no Heading 7 style. | |||||
2015-07-15 | Reference Docx: Add missing Header 6 style (steel blue) | Ophir Lifshitz | 1 | -0/+20 | |
Based on Header 4 (bold, steel blue) and Header 5 (italic, steel blue) | |||||
2015-07-15 | Reference Docx: Correct outlineLvl for Header styles | Ophir Lifshitz | 1 | -3/+3 | |
Not sure if this actually affects anything | |||||
2015-07-15 | Added section on REPL to CONTRIBUTING.md. | John MacFarlane | 1 | -0/+14 | |
2015-07-15 | Updated man page. | John MacFarlane | 1 | -4/+6 | |
2015-07-15 | Fix typo in RELEASE_CHECKLIST | John MacFarlane | 1 | -1/+1 | |
2015-07-15 | Updated date on README. | John MacFarlane | 1 | -1/+1 | |
2015-07-15 | Updated changelog. | John MacFarlane | 1 | -0/+42 | |
2015-07-15 | Version bump to 1.15.0.6. | John MacFarlane | 1 | -1/+1 | |
2015-07-15 | `--self-contained`: Fixed overaggressive CSS minimization. | John MacFarlane | 1 | -1/+2 | |
Previously `--self-contained` wiped out all spaces in CSS, including semantically significant spaces! Closes #2301. Closes #2286. | |||||
2015-07-14 | Updated to use cmark >= 0.4. | John MacFarlane | 2 | -5/+5 | |
2015-07-14 | Markdown reader: don't allow bare URI links or autolinks in link label. | John MacFarlane | 2 | -1/+14 | |
Added test cases. Closes #2300. | |||||
2015-07-14 | Improved bare autolink detection. | John MacFarlane | 2 | -3/+6 | |
Previously we disallowed `-` at the end of an autolink, and disallowed the combination `=-`. This commit liberalizes the rules for allowing punctuation in a bare URI. Added test cases. One potential drawback is that you can no longer put a bare URI in em dashes like this this uri---http://example.com---is an example. But in this respect we now match github's treatment of bare URIs. Closes #2299. | |||||
2015-07-14 | Allow vector 0.11. | John MacFarlane | 1 | -1/+1 | |
2015-07-13 | HTML writer: support speaker notes in dzslides. | John MacFarlane | 1 | -0/+1 | |
With this change `<div class="notes">` and also `<div class="notes" role="note">` will be output if `-t dzslides` is used. So we can have speaker notes in dzslides too. Thanks to maybegeek. | |||||
2015-07-13 | Updated dzslides template. | John MacFarlane | 1 | -30/+128 | |
2015-07-13 | Improved documentation of options to print system default files. | John MacFarlane | 1 | -3/+5 | |
`--print-default-data-file` and `--print-default-template`. Closes #2298. |