Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-03 | Update bash completion template. | John MacFarlane | 1 | -1/+5 | |
Added `--ipynb-output` and `latexmk` pdf-engine. | |||||
2019-03-02 | Use latest pandoc-citeproc. Updated cahngelog. | John MacFarlane | 2 | -2/+2 | |
2019-03-02 | Changelog rewording and reformatting. | John MacFarlane | 1 | -40/+49 | |
2019-03-02 | Update changelog. | John MacFarlane | 1 | -44/+141 | |
2019-03-02 | JATS reader: Support fig-group block element (#5317). | John MacFarlane | 1 | -1/+4 | |
2019-03-02 | Add John KetzerX to AUTHORS | John MacFarlane | 1 | -0/+1 | |
2019-03-02 | Require texmath 0.11.2.1 | John MacFarlane | 2 | -2/+2 | |
2019-03-02 | Shared: remove withTempDir. | John MacFarlane | 1 | -17/+0 | |
2019-03-02 | Bump version to 2.7. | John MacFarlane | 1 | -1/+1 | |
2019-03-02 | Use XDG data directory for user data directory. | John MacFarlane | 5 | -30/+27 | |
Instead of `$HOME/.pandoc`, the default user data directory is now `$XDG_DATA_HOME/pandoc`, where `XDG_DATA_HOME` defaults to `$HOME/.local/share` but can be overridden by setting the environment variable. If this directory is missing, then `$HOME/.pandoc` is searched instead, for backwards compatibility. However, we recommend moving local pandoc data files from `$HOME/.pandoc` to `$HOME/.local/share/pandoc`. On Windows the default user data directory remains the same. Closes #3582. | |||||
2019-03-02 | Add new exported function defaultUserDataDirs | John MacFarlane | 1 | -1/+17 | |
2019-03-01 | Update MANUAL on slide shows to reflect changes. | John MacFarlane | 1 | -3/+3 | |
2019-03-01 | LaTeX(Beamer) writer: include contents under headers < slidelevel. | John MacFarlane | 1 | -1/+8 | |
Currently we keep the fancy title slide and add a new slide with the same title and whatever content was under the header. This changes behavior of slides, but is consistent with the new behavior of the revealjs and other HTML slide show writers. See #4317. | |||||
2019-03-01 | HTML writer: include content under title slides. | John MacFarlane | 1 | -7/+9 | |
This facilitates real 2D revealjs slideshows, with content under the top-level slide in each stack. It also enables notes on title slides. Closes #4317 and #5237. | |||||
2019-03-01 | LaTeX template: Add \frontmatter, \mainmatter, \backmatter for book classes. | John MacFarlane | 1 | -0/+9 | |
Closes #5306. | |||||
2019-03-01 | Rearrange --help output in a more rational way. | John MacFarlane | 1 | -279/+280 | |
Closes #5336. | |||||
2019-03-01 | PDF: change types of subsidiary functions to PandocIO,... | John MacFarlane | 1 | -70/+70 | |
...to allow warnings to be threaded through. Additional fix for #5343. | |||||
2019-03-01 | Make `--fail-if-warnings` work for PDF output. | John MacFarlane | 1 | -4/+10 | |
Closes #5343. | |||||
2019-03-01 | Remove license boilerplate (pandoc.hs). | John MacFarlane | 1 | -18/+0 | |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 134 | -2439/+0 | |
The haddock module header contains essentially the same information, so the boilerplate is redundant and just one more thing to get out of sync. | |||||
2019-02-28 | Markdown Reader: yamlToMeta respects extensions (#5276) | Mauro Bieg | 2 | -7/+7 | |
Add ReaderOptions parameter to yamlToMeta [API change]. fixes #5272 | |||||
2019-02-28 | Shared: add filterIpynbOutput. [API change] | John MacFarlane | 5 | -10/+71 | |
Add command line option `--ipynb-output=all|none|best`. Closes #5339. | |||||
2019-02-28 | ipynb writer: only include metadata under 'jupyter' field. | John MacFarlane | 1 | -1/+1 | |
2019-02-28 | Remove spaces on empty lines in manual. | John MacFarlane | 1 | -9/+9 | |
2019-02-28 | Clarify variable substitution indentation in templates (#5338) | Agustín Martín Barbero | 1 | -0/+2 | |
Add `The value of a variable will be indented to the same level as the variable.` to the MANUAL. | |||||
2019-02-27 | Add latexmk as an option for --pdf-engine. | John MacFarlane | 3 | -84/+80 | |
Closes #3195. Note that you can use --pdf-engine-opt=-outdir=bar to specify a persistent temp dir. | |||||
2019-02-27 | Remove workaround for foundation, now that the bug is fixed. | John MacFarlane | 1 | -9/+1 | |
2019-02-27 | Use latest skylighting. | John MacFarlane | 2 | -3/+3 | |
This should fix #5328. | |||||
2019-02-27 | Translations: reorder alphabetically (#5335) | Mauro Bieg | 5 | -16/+15 | |
remove `Author`, closes #5334 | |||||
2019-02-27 | Powerpoint writer: add tests for underline. | Jesse Rosenthal | 3 | -1/+1 | |
2019-02-27 | PowerPoint writer: add underlines | Jesse Rosenthal | 1 | -0/+3 | |
Use span with single class "underline" as in docx writer. | |||||
2019-02-25 | Shared.compactify: Avoid mixed lists. | John MacFarlane | 23 | -26/+48 | |
This improves on the original fix to #5285 by preventing other mixed lists (lists with a mix of Plain and Para elements) that were allowed given the original fix. | |||||
2019-02-23 | JATS reader: fix parsing of figures. | John MacFarlane | 2 | -18/+51 | |
This ensures that a figure containing a single image is parsed as a pandoc "implicit figure" (i.e., a Para with a single Image whose title attribute begins with `fig:`). More complex figures will still be parsed as divs. Closes #5321. | |||||
2019-02-22 | Add section identifiers support for FB2 writer (#5315) | John | 4 | -70/+63 | |
Closes #5229. | |||||
2019-02-21 | Docx reader: Start adding comment to combine module | Jesse Rosenthal | 1 | -0/+40 | |
This module is one of the most opaque parts of the docx reader: it deals with the fact that runs have non-nesting formatting, so we have to figure out the nesting on the fly as we combine them. We start adding commenting, so new developers can understand and, if necessary, modify this module. Specific function comments will be added in the future, but this offers a global description of the purpose of the module. | |||||
2019-02-20 | MANUAL: reorder custom-styles section (#5324) | Mauro Bieg | 1 | -47/+51 | |
2019-02-20 | Escape slashes so haddock doesn't think they're italics (#5322) | Chris Martin | 1 | -1/+1 | |
2019-02-18 | Docx reader tests: fix test file with trailing space. | Jesse Rosenthal | 1 | -1/+1 | |
This failed due to the fix of #5273. | |||||
2019-02-18 | Docx reader: add tests for trimming last inline. | Jesse Rosenthal | 3 | -0/+6 | |
2019-02-18 | Docx reader: Trim space inside the last inline. | Jesse Rosenthal | 1 | -1/+2 | |
We have to add one final mempty when we're combining in order to trim inlines appropriately. (We need to use our own trimming routines here due to the way that formatted inlines are smushed together when converting from docx.) Closes #5273 | |||||
2019-02-18 | hlint Muse | Alexander Krotov | 2 | -3/+3 | |
2019-02-18 | Muse reader: add secondary note support | Alexander Krotov | 2 | -5/+28 | |
2019-02-18 | Muse writer: escape secondary notes | Alexander Krotov | 2 | -7/+11 | |
2019-02-18 | Move a comment in Muse Writer | Alexander Krotov | 1 | -1/+1 | |
2019-02-16 | doc/lua-filters.md: fixed typos in mediabag docs. | Albert Krewinkel | 1 | -3/+3 | |
2019-02-16 | T.P.Lua: split StackInstances into smaller Marshaling modules | Albert Krewinkel | 12 | -175/+240 | |
2019-02-16 | T.P.Lua: get CommonState from Lua global | Albert Krewinkel | 3 | -54/+64 | |
This allows more control over the common state from within Lua scripts. | |||||
2019-02-15 | ipynb writer: don't create attachments for images with absolute URIs. | John MacFarlane | 1 | -2/+3 | |
...including data: URIs. Closes #5303. | |||||
2019-02-15 | Markdown reader: fix bug parsing fenced code blocks. | John MacFarlane | 2 | -2/+27 | |
Previously parsing would break if the code block contained a string of backticks of sufficient length followed by something other than end of line. Closes #5304. | |||||
2019-02-15 | Use latest pandoc-citeproc (0.16.1). | John MacFarlane | 2 | -2/+2 | |