public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: pandoc-announce-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
	pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: ANN: pandoc 2.14.2
Date: Sat, 21 Aug 2021 09:57:23 -0700	[thread overview]
Message-ID: <m2v93yn3bg.fsf@johnmacfarlane.net> (raw)


I'm pleased to announce the release of pandoc 2.14.2,
available in the usual places:

Binary packages & changelog:
  https://github.com/jgm/pandoc/releases/tag/2.14.2

Source & API documentation:
  http://hackage.haskell.org/package/pandoc-2.14.2

In addition to a bunch of under-the-hood improvements
and bug fixes, there are some new features:

* pandoc now supports RTF as an input format (RTF output has
  been supported for a long time)

* --slide-level can now be set to 0. In this case headings won't
  be used at all in splitting the document into slides: all slide
  boundaries must be marked with horizontal rules.

* A new markdown extension short_supsuperscripts has been added; it
  modifies the behavior of subscript and superscript, allowing
  them to end with a space character as in multimarkdown. This
  improves support for multimarkdown.

* The docx writer is now sensitive to the native_numbering extension
  (in the same way as the ODT writer).  Figure and table numbers are
  only included if native_numbering is enabled (the default is
  disabled).  This is a behavior change with respect to 2.14.1, but the
  default behavior is now that of previous versions.  The
  change was necessary to avoid incompatibilities between
  pandoc's native numbering and third-party cross reference
  filters like pandoc-crossref.

* --citeproc now hyperlinks the title of a bibliography entry
  (or the whole entry, if no title is present) if the bibliographic
  data contains a DOI, PMID, PMCID, or URL but this is not explicitly
  rendered by the style.  Rendered DOI, PMID, PMCID, and URL
  fields are hyperlinked as they were before. This follows a
  recomendation from the draft CSL v1.0.2 spec (Appendix VI). You
  can disable all hyperlinking in the bibliography by setting
  `link-bibliography: false` in the metadata.

API changes:

* New module Text.Pandoc.Readers.RTF, exporting readRTF.
* Text.Pandoc.Logging: Add PowerpointTemplateWarning constructor
  to LogMessage.
* Text.Pandoc.Extension: add Ext_short_subsuperscripts constructor
  to Extension.

See the changelog for full details.

Thanks to Emily Bourke and new contributors Benjamin Bray, OCzarnecki,
Peter Fabinksi, Veratyr, William Lupton, and mt_caret.


                 reply	other threads:[~2021-08-21 16:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2v93yn3bg.fsf@johnmacfarlane.net \
    --to=jgm-tvlzxgkolnx2fbvcvol8/a@public.gmane.org \
    --cc=pandoc-announce-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).