Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-19 | Change order of ilvl and numId in document.xml (#5647) | Agustín Martín Barbero | 4 | -0/+0 | |
Workaround for Word Online shortcomming. Fixes #5645 Also, make list para properties go first. This reordering of properties shouldn't be necessary but it seems Word Online does not understand the docx correctly otherwise. | |||||
2019-07-18 | Markdown writer: prefer using raw_attribute when enabled. | John MacFarlane | 5 | -14/+56 | |
The `raw_attribute` will be used to mark raw bits, even HTML and LaTeX, and even when `raw_html` and `raw_tex` are enabled, as they are by default. To get the old behavior, disable `raw_attribute` in the writer. Closes #4311. | |||||
2019-07-18 | HTML writer: ensure that line numbers in code blocks get id-prefix. | John MacFarlane | 1 | -0/+22 | |
Closes #5650. | |||||
2019-07-16 | Dokuwiki writer: handle mixed lists without HTML fallback. | John MacFarlane | 1 | -0/+25 | |
Closes #5107. | |||||
2019-07-15 | Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610) | Karl Pettersson | 2 | -2/+4 | |
* Let the user choose type of PDF/A generated with ConTeXt (closes #5608) * Updated ConTeXt test documents for changes in tagging * Updated color profile settings in accordance with ConTeXt wiki * Made ICC profile and output intent for PDF/A customizable * Read pdfa variable from meta (and updated manual) | |||||
2019-07-14 | Update test for new skylighting. | John MacFarlane | 2 | -14/+12 | |
2019-07-14 | Muse: add RTL support | Alexander Krotov | 2 | -0/+10 | |
Closes #5551 | |||||
2019-07-13 | Fix #4499: add mbox and hbox handling to LaTeX reader (#5586) | Vasily Alferov | 1 | -0/+87 | |
When `+raw_tex` is enabled, these are passed through literally. Otherwise, they are handled in a way that emulates LaTeX's behavior. | |||||
2019-07-13 | Merge pull request #5589 from blmage/fix-3992 | John MacFarlane | 5 | -1/+33 | |
Add support for EPUB2 covers (fix #3992) | |||||
2019-07-13 | Man writer: Improved definition list term output. | John MacFarlane | 2 | -18/+18 | |
Now we boldface code but not other things. This matches the most common style in man pages (particularly option lists). Also, remove a regression in the last commit in which 'nowrap' was removed. | |||||
2019-07-13 | Man writer: fixed boldfacing of definition terms. | John MacFarlane | 2 | -17/+26 | |
Previously the bold-facing would be interrupted by other formatting, because we used `.B`. Closes #5620. | |||||
2019-07-13 | Merge pull request #5606 from blmage/odt-frames | John MacFarlane | 2 | -0/+2 | |
Improve the parsing of frames in ODT documents | |||||
2019-07-13 | LaTeX reader: Properly handle \providecommand and environment... | John MacFarlane | 1 | -0/+23 | |
They are now ignored if the corresponding command or environment is already defined. Closes #5635. | |||||
2019-07-13 | fix filename and issue reference of previous commit | mb21 | 1 | -0/+0 | |
2019-07-12 | Pass through aria- attributes to HTML5. | John MacFarlane | 1 | -0/+8 | |
Also document addition of data- prefix to unknown attributes. Closes #5646. | |||||
2019-07-10 | RST reader: keep `name` property in `imgAttr`. (#5637) | Brian Leung | 1 | -0/+10 | |
Closes #5619. | |||||
2019-07-06 | Updating JATS template to v1.1dtd (#5632) | Arfon Smith | 1 | -2/+2 | |
* Updating JATS template to v1.1dtd * Update writer.jats | |||||
2019-07-06 | Markdown reader: handle inline code more eagerly within lists. (#5628) | Brian Leung | 1 | -0/+83 | |
Closes #5627. | |||||
2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 1 | -1/+1 | |
2019-06-22 | add tests for EPUB2 and EPUB3 cover reader | martinfrancois | 5 | -1/+33 | |
2019-06-21 | Support epigraph command in LaTeX Reader. | oquechy | 1 | -0/+31 | |
Closes #3523. | |||||
2019-06-20 | Add a test for MathML formulas in ODT documents | blmage | 2 | -0/+2 | |
2019-06-14 | Powerpoint code formatting is now context dependent (#5573) | Jeroen de Haas | 6 | -0/+29 | |
This commit alters the way in which the Powerpoint writer treats inline code and code blocks. - Inline code is now formatted at the same size as the surrounding text. - Code blocks are now given a margin and font size according to their level. - Furthermore this commit allows changing the font with which code is formatted via the `monofont` option. Tested in - PowerPoint 365 for Windows - 1808 (Build 10730.20344 Click-to-Run) - PowerPoint 365 for Mac - 16.26 (19060901) | |||||
2019-06-13 | Update test for skylighting 0.8.1.1. | John MacFarlane | 1 | -2/+2 | |
2019-06-12 | OpenDocument writer: Avoid duplicate attributes. | John MacFarlane | 1 | -1/+1 | |
We use the innermost attribute in nested cases. Closes #4634. | |||||
2019-06-12 | Lua: add a `clone()` method to all AST elements (#5572) | Albert Krewinkel | 1 | -0/+38 | |
Closes: #5568 | |||||
2019-06-11 | LaTeX writer: Don't highlight code in headings. | John MacFarlane | 1 | -0/+8 | |
This causes compilation errors, and I don't know how to work around them. Closes #5574. | |||||
2019-06-11 | Revert "JATS template: don't include journal-meta unless 'journal'..." | John MacFarlane | 1 | -0/+7 | |
This reverts commit 193b5ccebaceeb7c0959d40136a1a4d2aeb00c95. journal-meta is required. Better to include it even if it doesn't validate through lack of required fields. | |||||
2019-06-11 | JATS template: don't include journal-meta unless 'journal'... | John MacFarlane | 1 | -7/+0 | |
...is set in metadata. Otherwise we get validation errors. | |||||
2019-06-11 | JATS writer: ensure validity of pub-date. | John MacFarlane | 1 | -2/+4 | |
We try to parse the date and convert to year, month, day, as expected in pub-date. We also add an iso-8601-date attribute if possible. | |||||
2019-06-11 | JATS writer: don't use break element for LineBreak. | John MacFarlane | 1 | -1/+2 | |
It's only allowed in a few special contexts, and not in p elements. | |||||
2019-06-11 | JATS writer: don't embed string-name in string. | John MacFarlane | 1 | -4/+0 | |
That's illegal with this DTD. | |||||
2019-06-11 | test/lua/module/pandoc.lua: fix non-determinism in test | Albert Krewinkel | 1 | -4/+11 | |
2019-06-11 | data/pandoc.lua: fix deletion of nonexistent attributes | Albert Krewinkel | 1 | -0/+6 | |
Fixes: #5569 | |||||
2019-06-11 | Lua pandoc module: better tests for Attr and AttributeList | Albert Krewinkel | 1 | -0/+65 | |
2019-06-11 | JATS writer: wrap elements with p when needed. | John MacFarlane | 1 | -13/+21 | |
The JATS spec restricts contents of certain elements (fn, list-item); this patch wraps elements that can't go in these contexts inside p elements with specific-use "wrapper", so the documents will conform. Closes #5570. | |||||
2019-06-10 | LaTeX writer: Use mbox to get proper behavior inside `\sout`. | John MacFarlane | 2 | -1/+11 | |
Closes #5529. | |||||
2019-06-10 | Asciidoc writer: use doubled ## when necessary for spans. | John MacFarlane | 1 | -0/+6 | |
Closes #5566. | |||||
2019-06-10 | Asciidoc writer: ensure correct nesting strong/emph. | John MacFarlane | 1 | -0/+6 | |
Closes #5565. | |||||
2019-06-09 | Muse reader: test that links inside image descriptions work | Alexander Krotov | 1 | -0/+3 | |
2019-06-08 | Roll back automatic figure/table numbering in ODT/OpenDocument. | John MacFarlane | 2 | -7/+7 | |
This was added in pandoc 2.7.2, but it makes it impossible to use pandoc-crossref. So this has been rolled back for now, until we find a good solution to make this behavior optional (or a creative way to let pandoc-crossref and this feature to coexist). See #5474. | |||||
2019-06-08 | LaTeX reader: pass through unknown listings language as class. | John MacFarlane | 1 | -0/+8 | |
Previously if the language was not in the list of listings- supported languages, it would not be added as a class, so custom syntax highlighting could not be used. Closes #5540. | |||||
2019-06-07 | LaTeX writer: Include inline code attributes with `--listings`. | John MacFarlane | 1 | -0/+6 | |
Closes #5420. | |||||
2019-06-05 | Add jira writer (#5548) | Albert Krewinkel | 3 | -0/+677 | |
This adds support for Atlassian's jira markup. Closes #2497 | |||||
2019-06-04 | Include trailing {}s in raw latex commands. | John MacFarlane | 1 | -0/+6 | |
Change is in rawLaTeXInline in LaTeX reader, but it affects the markdown reader and other readers that allow raw LaTeX. Previously, trailing `{}` would be included for unknown commands, but not for known commands. However, they are sometimes used to avoid a trailing space after the command. The chances that a `{}` after a LaTeX command is not part of the command are very small. Closes #5439. | |||||
2019-06-04 | Markdown reader: don't create implicit reference for empty header. | John MacFarlane | 1 | -0/+9 | |
Closes #5549. | |||||
2019-06-03 | Avoid unwanted interpretation of def list term as other kind of block, | John MacFarlane | 1 | -0/+8 | |
e.g. ordered list item, in Markdown writer. Closes #554. | |||||
2019-06-01 | Textile writer: fix closing tag for math output | Albert Krewinkel | 1 | -7/+7 | |
Opening and closing tag for math output match now. | |||||
2019-05-30 | Lua modules: test pandoc.mediabag | Albert Krewinkel | 2 | -3/+80 | |
2019-05-29 | Lua Version type: shorten "version too old" message | Albert Krewinkel | 1 | -1/+1 | |