Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-12 | Org writer: always indent src blocks content by 2 spaces | Albert Krewinkel | 3 | -29/+27 | |
Emacs always uses two spaces when indenting the content of src blocks, e.g., when exiting a `C-c '` edit-buffer. Pandoc used to indent contents by the space-equivalent of one tab, but now always uses two spaces, too. Closes: #5440 | |||||
2019-05-11 | FB2 reader: add notes parsing test | Alexander Krotov | 3 | -0/+24 | |
2019-05-11 | FB2 reader: parse notes | Alexander Krotov | 1 | -3/+51 | |
Closes #5493 | |||||
2019-05-11 | FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root element | Alexander Krotov | 1 | -12/+11 | |
2019-05-11 | Reduce the amount of state in FB2 reader | Alexander Krotov | 1 | -1/+3 | |
2019-05-11 | FB2 reader: use Text.XML.Light.unqual where possible | Alexander Krotov | 1 | -8/+8 | |
2019-05-07 | MANUAL.txt: removes double 'inside' (#5489) | ♫ Christian Krause ♫ | 2 | -3/+9 | |
2019-05-05 | Asciidoc writer: use `` `+...+` `` form for inline code. | John MacFarlane | 3 | -14/+14 | |
The old `` `a__b__c` `` yields emphasis inside code in asciidoc. To get a pure literal code span, use `` `+a__b__c+` ``. | |||||
2019-05-05 | Asciidoc writer: use proper smart quotes with asciidoctor. | John MacFarlane | 2 | -12/+18 | |
Asciidoctor has a different format for smart quotes. Closes #5487. | |||||
2019-05-05 | LaTeX writer: don't produce columns environment unless beamer. | John MacFarlane | 1 | -2/+2 | |
The environment is beamer-only and as far as I'm aware there's no latex package that provides it for non-beamer use. Closes #5485. | |||||
2019-05-05 | Org reader: prefer plain symbols over math symbols | Albert Krewinkel | 2 | -4/+8 | |
Symbols like `\alpha` are output plain and unemphasized, not as math. Fixes: #5483 | |||||
2019-05-05 | Org reader: recognize emphasis after TODO/DONE keyword | Albert Krewinkel | 2 | -1/+10 | |
Fixes: #5484 | |||||
2019-05-04 | HTML writer: don't add variation selector if it's already there. | John MacFarlane | 1 | -1/+4 | |
See f11d0c9dc8b61cc38e138aaecb0f0094add3465a This fixes round-trip failures. | |||||
2019-05-04 | Add template variable `curdir` with working directory | John MacFarlane | 2 | -0/+10 | |
from which pandoc is run. Closes #5464. | |||||
2019-05-04 | FB2 writer: use genre metadata field (#5478) | John | 1 | -1/+4 | |
2019-05-04 | JATS writer: fix citations with PMID so they validate. | John MacFarlane | 2 | -10/+12 | |
Closes #5481. This includes an update to data/jats.csl. | |||||
2019-05-04 | Improve c4a81fb941adf6c3bf524916c46623685d276f32. | John MacFarlane | 1 | -1/+1 | |
We do want to recognize "0" as a number, even though it has "0" as a prefix. | |||||
2019-05-03 | metaToJSON: treat digits starting with 0 as a string... | John MacFarlane | 1 | -0/+3 | |
not a number. Closes #5479. | |||||
2019-05-03 | EPUB2/3 templates: Move inline styles to default epub.css. | John MacFarlane | 3 | -18/+5 | |
Those who use a custom CSS stylesheet with EPUB should add these lines: ```css code{ white-space: pre-wrap; } span.smallcaps{ font-variant: small-caps; } span.underline{ text-decoration: underline; } q { quotes: "“" "”" "‘" "’"; } div.column{ display: inline-block; vertical-align: top; width: 50%; } ``` See #5466. | |||||
2019-05-04 | Epub3 stylesheet link compatible with kindlegen (#5466) | Eric Schrijver | 1 | -1/+1 | |
daamien@411119b removes `type="text/css"` from both `<style>` and `<rel="stylesheet">` elements in all templates. However, Amazon’s kindlegen software relies on this attribute on `<link>` elements when detecting stylesheets to include. | |||||
2019-05-04 | Lua: add `pandoc.system` module (#5468) | Albert Krewinkel | 7 | -0/+153 | |
The `system` Lua module provides utility functions to interact with the operating- and file system. E.g. print(pandoc.system.get_current_directory()) or pandoc.system.with_temporary_directory('tikz', function (dir) -- write and compile a TikZ file with pdflatex end) | |||||
2019-05-03 | LaTeX reader: Allow newlines in `\mintinline`. | John MacFarlane | 1 | -3/+7 | |
2019-05-01 | MediaWiki reader: handle multiple attributes in table row (#5471) | chinapedia | 1 | -2/+2 | |
2019-05-01 | Fix broken links in documents (#5473) | Shim Myeongseob | 6 | -40/+40 | |
Fix broken links in doc/epub.md, doc/getting-started.md, doc/customizing-pandoc.md, doc/using-the-pandoc-api.md. Also, use absolute links to pandoc.org when possible, so that the links can be followed by people viewing these documents on GitHub. | |||||
2019-05-01 | Fix footnote in image caption. | John MacFarlane | 2 | -10/+28 | |
Regression! The fix for #4683 broke this case. | |||||
2019-05-01 | Remove reference to head.min.js (#5448) | Winnie Hellmann | 1 | -1/+0 | |
This file has been removed in 3.8.0: https://github.com/hakimel/reveal.js/commit/29b0e86089eb3ec0d4bb5811c9b723dfcf36703c Add a note in the changelog that users will need to update reveal.js to at least 3.8.0 for their presentations generated with this version of pandoc to work correctly. | |||||
2019-05-01 | CI: test with GHC 8.6.5 | Albert Krewinkel | 2 | -5/+5 | |
2019-04-30 | HTML: prevent gratuitious emojification on iOS. | John MacFarlane | 4 | -12/+21 | |
iOS chooses to render a number of Unicode entities, including '↩', as big colorful emoji. This can be defeated by appending Unicode VARIATION SELECTOR-15'/'VARIATION SELECTOR-16'. So we now append this character when escaping strings, for both '↩' and '↔'. If other characters prove problematic, they can simply be added to needsVariationSelector. Closes #5469. | |||||
2019-04-28 | Muse writer tests: compare Text without converting to [Char] | Alexander Krotov | 1 | -6/+6 | |
2019-04-25 | Fix --self-contained so it works when output format has extensions. | John MacFarlane | 1 | -4/+4 | |
Previously if you used `--self-contained` with `html-smart` or `html+smart`, it wouldn't work. | |||||
2019-04-23 | Allow use of -output-directory in --pdf-engine-opt. | John MacFarlane | 1 | -4/+6 | |
This is currently possible with `mklatex` and `-outdir`, but was not yet possible with xelatex and `-output-directory`. Closes #5462. | |||||
2019-04-23 | EPUB writer: Ensure unique ids for styleesheets in content.opf. | John MacFarlane | 1 | -3/+3 | |
Closes #5463. | |||||
2019-04-20 | HTML writer: Add class="heading" to level 7+ Headers... | John MacFarlane | 1 | -1/+1 | |
rendered as p tags. Closes #5457. | |||||
2019-04-18 | Update stack.yaml, use latest pandoc-citeproc and lts-13. | John MacFarlane | 1 | -5/+2 | |
2019-04-17 | Don't advertise base-4.8 support anymore (#5455) | Herbert Valerio Riedel | 1 | -1/+1 | |
Problem is that blaze-html provides the Semigroup instance for Html conditionally only for base >= 4.9 | |||||
2019-04-17 | Allow QuickCheck 2.13. | John MacFarlane | 1 | -1/+1 | |
2019-04-16 | Text.Pandoc.PDF: replace `</>` with literal "/". | John MacFarlane | 1 | -2/+2 | |
We use forward-slash for a directory separator in tmpDir, even on Windows (because that's what tex likes). So we should not put a backslash between the tmpDir and the filename on Windows. This is harmless enough in normal Windows setups, but it breaks on Cygwin. Closes #5451. Thanks to @cc2x for noticing and diagnosing the problem. | |||||
2019-04-16 | Tigthen up fix to #5446. | John MacFarlane | 1 | -2/+2 | |
We only treat Span as transparent if it has no attributes. | |||||
2019-04-15 | Improved sample lua tikz filter in lua-filters docs (#5445) | Matthew Doty | 1 | -12/+21 | |
There are three changes: - It only processes elements which begin with \begin{tikzpicture} - It uses pdf2svg instead of imagemagick to preserve fidelity - The images produced have transparent backgrounds | |||||
2019-04-15 | RST writer: treat Span as transparent. | John MacFarlane | 2 | -0/+9 | |
Previously an Emph inside a Span was being treated as nested markup and ignored. With this patch, the Span is just ignored. Closes #5446. | |||||
2019-04-11 | LaTeX template: Add pdflang to hypersetup if lang is set. | John MacFarlane | 2 | -0/+4 | |
Closes #5443. | |||||
2019-04-10 | LaTeX reader: add braces when resolving `\DeclareMathOperator`. | John MacFarlane | 1 | -1/+2 | |
These seem to be needed for xelatex but not pdflatex. Closes #5441. | |||||
2019-04-09 | Update copyright year | John MacFarlane | 1 | -1/+1 | |
2019-04-09 | Use cmark-gfm 0.2.0. | John MacFarlane | 2 | -2/+2 | |
2019-04-07 | update: default.revealjs follow revealjs 3.8.0 (#5435) | ebiiim | 1 | -0/+1 | |
2019-04-07 | Asciify.hs: add Turkish undotted-i (#5434) | Mauro Bieg | 1 | -0/+1 | |
fixes #5433 | |||||
2019-04-05 | Add Derek Chen-Becker to AUTHORS.md | John MacFarlane | 1 | -0/+1 | |
2019-04-05 | clarify PowerPoint templating changes in changelog. | Jesse Rosenthal | 1 | -2/+4 | |
2019-04-05 | Update man page and README. | John MacFarlane | 3 | -133/+199 | |
2019-04-05 | Bump to 2.7.2, update changelog. | John MacFarlane | 2 | -1/+164 | |