pandoc v2.11.1.1 Release Notes
Release Date: 2020-11-08 // almost 4 years ago-
Click to expand changelog
Citeproc: improve punctuation in in-text note citations (#6813). Previously in-text note citations inside a footnote would sometimes have the final period stripped, even if it was needed (e.g. on the end of โibidโ).
๐ Use citeproc 0.1.1.1. This improves the decision about when to use
ibid
in cases where citations are used inside a footnote (#6813).๐ Support
nocase
spans forcsljson
output.Require latest commonmark, commonmark-extensions. This fixes a bug with
autolink_bare_uris
and commonmark.๐ LaTeX reader: better handling of
\\
inside math in table cells (#6811).DokuWiki writer: translate language names for code elements and improve whitespace (#6807).
๐ MediaWiki writer: use
syntaxhighlight
tag instead of deprecatedsource
for highlighted code (#6810). Also supportstartFrom
attribute andnumberLines
.๐ Lint code in PRs and when committing to master (#6790, Albert Krewinkel).
doc/filters.md: describe technical details of filter invocations (#6815, Albert Krewinkel).