Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-20 | Removed an unnecessary liftIO. | John MacFarlane | 1 | -2/+1 | |
2019-07-20 | Moved istty check. | John MacFarlane | 1 | -5/+5 | |
2019-07-20 | Minor code clarity change. | John MacFarlane | 1 | -8/+8 | |
2019-07-20 | LaTeX reader: search for image with list of extensions... | John MacFarlane | 1 | -6/+16 | |
like latex does, if an extension is not provided. Closes #4933. | |||||
2019-07-19 | Markdown: Ensure that expanded latex macros end with space if original did. | John MacFarlane | 1 | -1/+10 | |
Closes #4442. | |||||
2019-07-19 | PDF: create temp dir in . on Cygwin. | John MacFarlane | 1 | -1/+4 | |
See #5451. | |||||
2019-07-19 | Change order of ilvl and numId in document.xml (#5647) | Agustín Martín Barbero | 1 | -3/+3 | |
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 | 1 | -2/+2 | |
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 | -3/+5 | |
Closes #5650. | |||||
2019-07-16 | LaTeX reader: handle \looseness command values better. | John MacFarlane | 1 | -5/+4 | |
Closes #4439. | |||||
2019-07-16 | Dokuwiki writer: handle mixed lists without HTML fallback. | John MacFarlane | 1 | -20/+6 | |
Closes #5107. | |||||
2019-07-16 | Ms writer: Use .LP instead of .PP for line block. | John MacFarlane | 1 | -1/+1 | |
Closes #5588. | |||||
2019-07-16 | Make filterIpynbOutput strip ANSI escapes from code in output... | John MacFarlane | 1 | -1/+10 | |
for non-ipynb formats, when the default "best" option is used with --ipynb-output. The escape sequences cause problems in many formats, including LaTeX. Closes #5633. | |||||
2019-07-15 | Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610) | Karl Pettersson | 1 | -1/+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 | Logging: Added UnknownExtensions constructor to LogMessage. | John MacFarlane | 3 | -39/+58 | |
[API change] Issue this warning when we're falling back to markdown or html because we don't recognize the extension of the input or output files. | |||||
2019-07-14 | Change formatForFilePaths to return a Maybe. | John MacFarlane | 3 | -8/+10 | |
Internal change. This will make it easier to emit messages when we're guessing at a format. | |||||
2019-07-14 | Muse: add RTL support | Alexander Krotov | 2 | -5/+21 | |
Closes #5551 | |||||
2019-07-13 | Fix #4499: add mbox and hbox handling to LaTeX reader (#5586) | Vasily Alferov | 1 | -1/+11 | |
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 | 1 | -8/+15 | |
Add support for EPUB2 covers (fix #3992) | |||||
2019-07-13 | Merge pull request #5590 from blmage/fix-4206 | John MacFarlane | 1 | -7/+16 | |
Do not override "fileN" medias when writing to EPUB format (fix #4206) | |||||
2019-07-13 | Man writer: Improved definition list term output. | John MacFarlane | 1 | -2/+10 | |
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 | 1 | -2/+2 | |
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 | 4 | -75/+127 | |
Improve the parsing of frames in ODT documents | |||||
2019-07-13 | LaTeX reader: Properly handle \providecommand and environment... | John MacFarlane | 1 | -21/+30 | |
They are now ignored if the corresponding command or environment is already defined. Closes #5635. | |||||
2019-07-13 | EPUB writer: Use svg tag wrapper for cover image. | John MacFarlane | 1 | -2/+12 | |
In addition, the code generating the image has been moved to the template, to make it more customizable. Those who use custom EPUB templates will need to adjust their templates, adding the code to generate the cover image. (Previously this was just inserted into 'body'.) Closes #5643. | |||||
2019-07-12 | Pass through aria- attributes to HTML5. | John MacFarlane | 1 | -0/+1 | |
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 | -1/+1 | |
Closes #5619. | |||||
2019-07-10 | Extensions.hs fix typo in PHP Markdown comment | Mauro Bieg | 1 | -1/+1 | |
2019-07-06 | Markdown reader: handle inline code more eagerly within lists. (#5628) | Brian Leung | 1 | -5/+7 | |
Closes #5627. | |||||
2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 10 | -22/+19 | |
2019-06-23 | Update Lua function names in pandoc.system | niszet | 1 | -2/+2 | |
Fixed function names of pandoc.system.get_working_directory() and pandoc.system.with_temporary_directory() which are written in the manual of lua filter. | |||||
2019-06-21 | JATS Writer: do not emit empty <fn-group> (#5595) | Mauro Bieg | 1 | -1/+3 | |
introduced by e87b54dcad5e37133bc0f4cfc8039e9fd0dd1b4e | |||||
2019-06-21 | Support epigraph command in LaTeX Reader. | oquechy | 1 | -0/+8 | |
Closes #3523. | |||||
2019-06-20 | Improve the parsing of frames in ODT documents | blmage | 4 | -75/+127 | |
2019-06-18 | Handle the case where the "cover" meta does not link to the manifest | blmage | 1 | -2/+2 | |
2019-06-18 | Add support for EPUB2 covers (fix #3992) | blmage | 1 | -7/+14 | |
2019-06-18 | Do not override existing "fileN" medias when writing to EPUB format (fix #4206) | blmage | 1 | -7/+16 | |
2019-06-14 | Powerpoint code formatting is now context dependent (#5573) | Jeroen de Haas | 2 | -21/+53 | |
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 | Don't look for template files remotely for remote input. | John MacFarlane | 1 | -1/+10 | |
Previously pandoc would look for the template at a remote URL when a URL was used for the input file, instead of taking it from the data-dir. Closes #5579. | |||||
2019-06-12 | OpenDocument writer: Avoid duplicate attributes. | John MacFarlane | 1 | -20/+23 | |
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 | 2 | -1/+50 | |
Closes: #5568 | |||||
2019-06-11 | LaTeX writer: Don't highlight code in headings. | John MacFarlane | 1 | -3/+4 | |
This causes compilation errors, and I don't know how to work around them. Closes #5574. | |||||
2019-06-11 | JATS writer: ensure validity of pub-date. | John MacFarlane | 1 | -0/+22 | |
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: wrap elements with p when needed. | John MacFarlane | 1 | -5/+43 | |
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 | 1 | -6/+6 | |
Closes #5529. | |||||
2019-06-10 | Asciidoc writer: use doubled ## when necessary for spans. | John MacFarlane | 1 | -1/+3 | |
Closes #5566. | |||||
2019-06-10 | Asciidoc writer: ensure correct nesting strong/emph. | John MacFarlane | 1 | -0/+2 | |
Closes #5565. | |||||
2019-06-09 | DocBook reader: Issue IgnoredElement warnings. | John MacFarlane | 1 | -28/+37 | |
2019-06-09 | FB2 reader: skip unknown elements rather than throwing errors. | John MacFarlane | 1 | -20/+39 | |
Sometimes custom elements are used, and the reader should not abort but skip them with a warning. (For example, id element in author.) Closes #5560. |