Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-19 | [RST Writer] Don't normalize heading levels below input minimum | Nikolay Yakimov | 1 | -0/+25 | |
2015-09-09 | Tests: docx writer tests now use "../data" for data directory. | John MacFarlane | 1 | -1/+4 | |
This allows tests to be run without installing first. | |||||
2015-08-15 | Use real jpg (not empty) for docx tests to avoid warning. | John MacFarlane | 3 | -0/+0 | |
2015-08-15 | RST reader: better handling of indirect roles. | John MacFarlane | 2 | -3/+3 | |
Previously the parser failed on this kind of case .. role:: indirect(code) .. role:: py(indirect) :language: python :py:`hi` Now it currectly recognizes `:py:` as a code role. The previous test for this didn't work, because the name of the indirect role was the same as the language defined its parent, os it didn't really test for this behavior. Updated test. | |||||
2015-08-15 | Merge pull request #2360 from jg/issue-2354 | John MacFarlane | 1 | -20/+38 | |
Org reader: add auto identifiers if not present on headers | |||||
2015-08-15 | Org reader: add auto identifiers if not present on headers | Juliusz Gonera | 1 | -20/+38 | |
Refs #2354 This should also fix the table of contents (--toc) when generating a html file from org input | |||||
2015-08-10 | EPUB reader: stop mangling external URLs. | John MacFarlane | 2 | -7/+7 | |
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-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 | 1 | -1/+1 | |
Closes #2355. | |||||
2015-08-07 | Merge pull request #2327 from hftf/list-style | John MacFarlane | 2 | -0/+20 | |
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 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-07-27 | Pipe tables: allow indented columns. | John MacFarlane | 2 | -1/+16 | |
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-24 | HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS | Ophir Lifshitz | 2 | -0/+20 | |
2015-07-23 | Added odt reader | MarLinn | 63 | -0/+219 | |
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 | 1 | -6/+6 | |
we no longer need it with the change to toKey, and it is expensive to skip spaces after every inline. | |||||
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-21 | Fix regression: allow HTML comments containing `--`. | John MacFarlane | 1 | -0/+3 | |
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 | HTML reader: handle type attribute on ol. | John MacFarlane | 1 | -2/+2 | |
E.g. `<ol type="i">`. Closes #2313. | |||||
2015-07-15 | Merge pull request #2303 from hftf/h6 | John MacFarlane | 2 | -1/+9 | |
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-14 | Markdown reader: don't allow bare URI links or autolinks in link label. | John MacFarlane | 1 | -1/+12 | |
Added test cases. Closes #2300. | |||||
2015-07-14 | Improved bare autolink detection. | John MacFarlane | 1 | -0/+4 | |
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-13 | DokuWiki: write $..$ instead of <math>..</math> | Tiziano Müller | 1 | -7/+7 | |
MathJax seems currently to be the only maintained math rendering extension for DokuWiki and it uses $..$ instead of <math>..</math>. | |||||
2015-07-10 | Removed tabs from source. | John MacFarlane | 1 | -3/+3 | |
2015-07-10 | Avoid parsing partial URLs as HTML tags. | John MacFarlane | 1 | -0/+3 | |
Closes #2277. | |||||
2015-07-08 | Merge pull request #2266 from PromyLOPh/fieldinline | John MacFarlane | 1 | -16/+38 | |
RST: Support inline markup for field list names | |||||
2015-07-07 | Fixed email javascript obfuscation with mailto: URLs. | John MacFarlane | 1 | -1/+1 | |
This fixes a potential security issue. Because single quotes weren't being escaped in the link portion, a specially crafted email address could allow javascript code injection. [Jim'+alert('hi')+'OBrien](mailto:me@example.com) Closes #2280. | |||||
2015-07-06 | Updated context writer test. | John MacFarlane | 1 | -1/+1 | |
2015-07-03 | Tests.Readers.RST: Test metadata with inline markup too | Lars-Dominik Braun | 1 | -4/+6 | |
2015-07-03 | Tests.Readers.RST: Group field list tests | Lars-Dominik Braun | 1 | -24/+26 | |
2015-07-03 | Readers.RST: Parse field list name | Lars-Dominik Braun | 1 | -2/+20 | |
“Inline markup is parsed in field names.” [1] [1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists | |||||
2015-07-01 | Do not add a carriage return after a hard line break in OpenDocument writer ↵ | Michael Chladek | 1 | -2/+1 | |
and reflect change in tests. | |||||
2015-06-29 | Fix RST reference names with special characters | Lars-Dominik Braun | 1 | -0/+4 | |
2015-06-27 | Textile writer: escape `+` and `-` as entities. | John MacFarlane | 1 | -8/+8 | |
Closes #2225. | |||||
2015-06-27 | Plain writer: don't use symbols for super/subscript. | John MacFarlane | 1 | -3/+3 | |
Simplified code by using plainExtensions from Options. Closes #2237. | |||||
2015-06-27 | Updated latex writer tests for last template change. | John MacFarlane | 3 | -0/+3 | |
2015-06-21 | DocBook reader mediaobjects and figures, closes #2184 | mb21 | 2 | -4/+23 | |
2015-06-09 | Fixed tests/docx/links.docx for new url. | John MacFarlane | 1 | -0/+0 | |
2015-06-09 | replace old url with pandoc.org | Pablo Rodríguez | 6 | -6/+6 | |
2015-06-09 | Fix InDesign crash with URLs containing more than one colon character | gohai | 1 | -18/+18 | |
Colons are valid characters in URLs, and used e.g. by the Internet Archive's Wayback Machine - a popular resource amongst researchers. When InDesign encounters a HyperlinkURLDestination with more than one colon character in it, it crashes when placing the ICML. (This was tested against CS6.) The IDML specification hints at this requirement in section 6.4.1: "The colon apppears in the Name attribute of the style, but is encoded as %3a when it appears in the Self attribute". Follow this example for all colon characters in URLs. | |||||
2015-06-07 | DokuWiki writer: Use proper `<code>` tags for code blocks. | John MacFarlane | 1 | -15/+37 | |
Closes #2213. | |||||
2015-05-27 | LaTeX template: Move hyperref before polyglossia. | John MacFarlane | 3 | -30/+30 | |
This avoids an error "Please load package hyperref before bidi package, and then try to run xelatex on your document again". See jgm/pandoc-templates #96. | |||||
2015-05-26 | Merge pull request #2169 from tarleb/org-header-tags | John MacFarlane | 1 | -4/+26 | |
Org reader: put header tags into empty spans | |||||
2015-05-26 | Merge pull request #2141 from DigitalPublishingToolkit/icml-images | John MacFarlane | 1 | -2/+2 | |
Fix image URIs in ICML output | |||||
2015-05-26 | Updated tests for new highlighting-kate. | John MacFarlane | 3 | -25/+76 | |
2015-05-23 | Org reader: drop trees with a :noexport: tag | Albert Krewinkel | 1 | -0/+7 | |
Trees having a `:noexport:` tag set are not exported. This mirrors default Emacs Org-Mode behavior. |