github jgm/pandoc 1.13.0.1
pandoc 1.13.0.1

latest releases: pandoc-server-0.1.0.6, 3.2, pandoc-lua-engine-0.2.1.5...
9 years ago

This release fixes a couple of serious regressions in 1.13.

  • Docx writer:
    • Fixed regression which bungled list numbering (#1544), causing all lists to appear as basic ordered lists.
    • Include row width in table rows (Christoffer Ackelman, Viktor Kronvall). Added a property to all table rows where the sum of column widths is specified in pct (fraction of 5000). This helps persuade Word to lay out the table with the widths we specify.
  • Fixed a bug in Windows 8 which caused pandoc not to find the pandoc-citeproc filter (#1542).
  • Docx reader: miscellaneous under-the-hood improvements (Jesse Rosenthal). Most significantly, the reader now uses Builder, leading to some performance improvements.
  • HTML reader: Parse appropriately styled span as SmallCaps.
  • Markdown writer: don't escape $, ^, ~ when tex_math_dollars, superscript, and subscript extensions, respectively, are deactivated (#1127).
  • Added trypandoc flag to build CGI executable used in the online demo.
  • Makefile: Added 'quick', 'osxpkg' targets.
  • Updated README in templates to indicate templates license. The templates are dual-licensed, BSD3 and GPL2+.

Don't miss a new pandoc release

NewReleases is sending notifications on new releases.