public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* ANN: pandoc 2.14.2
@ 2021-08-21 16:57 John MacFarlane
  0 siblings, 0 replies; only message in thread
From: John MacFarlane @ 2021-08-21 16:57 UTC (permalink / raw)
  To: pandoc-announce-/JYPxA39Uh5TLH3MbocFFw,
	pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-21 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-21 16:57 ANN: pandoc 2.14.2 John MacFarlane

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).