Homebrew / homebrew-cask

🍻 A CLI workflow for the administration of macOS applications distributed as binaries
https://brew.sh
BSD 2-Clause "Simplified" License
20.83k stars 10.66k forks source link

Outdated cask: pandoc #17724

Closed vitorgalvao closed 8 years ago

vitorgalvao commented 8 years ago

Outdated cask: pandoc.

Info:

Full appcast:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
  <id>tag:github.com,2008:https://github.com/jgm/pandoc/releases</id>
  <link type="text/html" rel="alternate" href="https://github.com/jgm/pandoc/releases"/>
  <link type="application/atom+xml" rel="self" href="https://github.com/jgm/pandoc/releases.atom"/>
  <title>Release notes from pandoc</title>
  <updated>2016-01-13T18:36:02Z</updated>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.16.0.2</id>
<updated>2016-01-14T05:07:36Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.16.0.2"/>
<title>pandoc 1.16.0.2</title>
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Depend on deepseq rather than deepseq-generics (&lt;a href=&quot;https://github.com/fpco/stackage/issues/1096&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/fpco/stackage/issues/1096&quot; data-id=&quot;124663577&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;fpco/stackage#1096&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed regression in latex smart quote parsing (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2645&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2645&quot; data-id=&quot;126019472&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2645&lt;/a&gt;). In cases where a match was not found for a quote, everything from the open quote to the end of the paragraph was being dropped.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.16.0.1</id>
<updated>2016-01-11T01:54:53Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.16.0.1"/>
<title>pandoc 1.16.0.1</title>
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Fixed regression with &lt;code&gt;--latex-engine&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2618&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2618&quot; data-id=&quot;124846607&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2618&lt;/a&gt;). In 1.16 &lt;code&gt;--latex-engine&lt;/code&gt; raises an error if a full path is given.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Org reader: Fix function dropping subtrees tagged &lt;code&gt;:noexport&lt;/code&gt; (Albert Krewinkel, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2628&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2628&quot; data-id=&quot;125383119&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2628&lt;/a&gt;):&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Markdown reader: renormalize table column widths if they exceed 100% (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2626&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2626&quot; data-id=&quot;125319898&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2626&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Textile reader: don&#39;t allow block HTML tags in inline contexts. The reader previously did allow this, following redcloth, which happily parses&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Html blocks can be &amp;lt;div&amp;gt;inlined&amp;lt;/div&amp;gt; as well.
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;as&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;p&amp;gt;Html blocks can be &amp;lt;div&amp;gt;inlined&amp;lt;/div&amp;gt; as well.&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This is invalid HTML. The above sample now produces;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;p&amp;gt;Html blocks can be&amp;lt;/p&amp;gt;
&amp;lt;div&amp;gt;
&amp;lt;p&amp;gt;inlined&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;p&amp;gt;as well.&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved default template lookup for custom lua scripts (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2625&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2625&quot; data-id=&quot;125276338&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2625&lt;/a&gt;). Previously, if you tried to do &lt;code&gt;pandoc -s -t /path/to/lua/script.lua&lt;/code&gt;, pandoc would look for the template in &lt;code&gt;~/.pandoc/templates/default./path/to/lua/script.lua&lt;/code&gt;. With this change it will look in the more reasonable &lt;code&gt;~/.pandoc/templates/default.script.lua&lt;/code&gt;. This makes it possible to store default templates for custom writers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;RST, Markdown writers: Fixed rendering of grid tables with blank rows (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2615&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2615&quot; data-id=&quot;124710835&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2615&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LaTeX writer: restore old treatment of Span (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2624&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2624&quot; data-id=&quot;125247291&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2624&lt;/a&gt;). A Span is now rendered with surrounding &lt;code&gt;{}&lt;/code&gt;, as it was before 1.16.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Entity handling fixes: improved handling of entities like &lt;code&gt;&amp;amp;lang;&lt;/code&gt; that require a trailing semicolon. Allow uppercase &lt;code&gt;x&lt;/code&gt; in numerical hexidecimal character references, working around a tagsoup bug.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;stack.yaml&lt;/code&gt; - use lts-4.0, but with older aeson to avoid excessive memory use on compile. With aeson 0.10 we were getting an out of memory error on a 2GB Ubuntu 64-bit VM.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved deb package creation script. Made &lt;code&gt;DPKGVER&lt;/code&gt; work. Renamed &lt;code&gt;COMMIT&lt;/code&gt; to &lt;code&gt;TREE&lt;/code&gt;. You should now be able to do &lt;code&gt;TREE=1.16.0.1 DPKGVER=2 make deb&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/new1.16deb</id>
<updated>2016-01-07T18:54:24Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/new1.16deb"/>
<title>new1.16deb</title>
<content type="html">&lt;p&gt;deb/Makefile: Renamed COMMIT -&amp;gt; TREE&lt;/p&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.16</id>
<updated>2016-01-03T05:59:37Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.16"/>
<title>pandoc 1.16</title>
<content type="html">&lt;p&gt;pandoc (1.16)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Added &lt;code&gt;Attr&lt;/code&gt; field to &lt;code&gt;Link&lt;/code&gt; and &lt;code&gt;Image&lt;/code&gt; (Mauro Bieg, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/261&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/261&quot; data-id=&quot;1033928&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#261&lt;/a&gt;, API change).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Added syntax for link and image attributes to pandoc&#39;s Markdown.&lt;/li&gt;
&lt;li&gt;  Updated readers and writers to use link and image attributes when appropriate.&lt;/li&gt;
&lt;li&gt;  Support image attributes in Docx, Textile, RST readers.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Renamed link attribute extensions. The old &lt;code&gt;link_attributes&lt;/code&gt; is now &lt;code&gt;mmd_link_attributes&lt;/code&gt;, and &lt;code&gt;link_attributes&lt;/code&gt; now enables the new pandoc-style link and image attributes (API change). Note: this change could break some existing workflows.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Implemented &lt;code&gt;SoftBreak&lt;/code&gt; and new &lt;code&gt;--wrap&lt;/code&gt; option (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1701&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1701&quot; data-id=&quot;46175662&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1701&lt;/a&gt;, API change). Added threefold wrapping option.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Command line option: deprecated &lt;code&gt;--no-wrap&lt;/code&gt;, added &lt;code&gt;--wrap=[auto|none|preserve]&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;  Added &lt;code&gt;WrapOption&lt;/code&gt;, exported from &lt;code&gt;Text.Pandoc.Options&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;  Changed type of &lt;code&gt;writerWrapText&lt;/code&gt; in &lt;code&gt;WriterOptions&lt;/code&gt; from &lt;code&gt;Bool&lt;/code&gt; to &lt;code&gt;WrapOption&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;  Modified &lt;code&gt;Text.Pandoc.Shared&lt;/code&gt; functions to allow &lt;code&gt;SoftBreak&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;  Supported &lt;code&gt;SoftBreak&lt;/code&gt; in readers and writers.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Text.Pandoc.Options: Added &lt;code&gt;writerDpi&lt;/code&gt; to &lt;code&gt;WriterOptions&lt;/code&gt; (API change, Mauro Bieg).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added &lt;code&gt;--dpi&lt;/code&gt; command-line option (Mauro Bieg).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rationalized behavior of &lt;code&gt;--no-tex-ligatures&lt;/code&gt; and &lt;code&gt;--smart&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2541&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2541&quot; data-id=&quot;117220656&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2541&lt;/a&gt;). This change makes &lt;code&gt;--no-tex-ligatures&lt;/code&gt; affect the LaTeX reader as well as the LaTeX and ConTeXt writers. If it is used, the LaTeX reader will parse characters &lt;code&gt;`&lt;/code&gt;, &lt;code&gt;&#39;&lt;/code&gt;, and &lt;code&gt;-&lt;/code&gt; literally, rather than parsing ligatures for quotation marks and dashes. And the LaTeX writer will print unicode quotation mark and dash characters literally, rather than converting them to the standard ASCII ligatures. Note that &lt;code&gt;--smart&lt;/code&gt; has no effect on the LaTeX reader. &lt;code&gt;--smart&lt;/code&gt; is still the default for all input formats when LaTeX or ConTeXt is the output format, &lt;em&gt;unless&lt;/em&gt; &lt;code&gt;--no-tex-ligatures&lt;/code&gt; is used.&lt;/p&gt;

&lt;p&gt;Some examples to illustrate the logic:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;% echo &quot;&#39;hi&#39;&quot; | pandoc -t latex
`hi&#39;
% echo &quot;&#39;hi&#39;&quot; | pandoc -t latex --no-tex-ligatures
&#39;hi&#39;
% echo &quot;&#39;hi&#39;&quot; | pandoc -t latex --no-tex-ligatures --smart
‘hi’
% echo &quot;&#39;hi&#39;&quot; | pandoc -f latex --no-tex-ligatures
&amp;lt;p&amp;gt;&#39;hi&#39;&amp;lt;/p&amp;gt;
% echo &quot;&#39;hi&#39;&quot; | pandoc -f latex
&amp;lt;p&amp;gt;’hi’&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Removed deprecated options &lt;code&gt;--offline&lt;/code&gt; and &lt;code&gt;--html5&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed language code for Czech (&lt;code&gt;cs&lt;/code&gt; not &lt;code&gt;cz&lt;/code&gt;) (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2597&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2597&quot; data-id=&quot;123115876&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2597&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Implemented &lt;code&gt;east_asian_line_breaks&lt;/code&gt; extension (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2586&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2586&quot; data-id=&quot;121652390&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2586&lt;/a&gt;). In &lt;code&gt;Text.Pandoc.Options&lt;/code&gt;, added &lt;code&gt;Ext_east_asian_line_breaks&lt;/code&gt; constructor to &lt;code&gt;Extension&lt;/code&gt; (API change). This extension is like &lt;code&gt;ignore_line_breaks&lt;/code&gt;, but smarter -- it only ignores line breaks between two East Asian wide characters. This makes it better suited for writing with a mix of East Asian and non-East Asian scripts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added support for PDF creation via &lt;code&gt;wkhtmltopdf&lt;/code&gt;. To use this: &lt;code&gt;pandoc -t html5 -o result.pdf&lt;/code&gt; (and add &lt;code&gt;--mathjax&lt;/code&gt; if you have math.) Margins can be set using the variables &lt;code&gt;margin-top&lt;/code&gt;, &lt;code&gt;margin-bottom&lt;/code&gt;, &lt;code&gt;margin-left&lt;/code&gt;, &lt;code&gt;margin-right&lt;/code&gt;. Other styling can be done through CSS.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed cite key parsing regression (&lt;a href=&quot;https://github.com/jgm/pandoc-citeproc/issues/201&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc-citeproc/issues/201&quot; data-id=&quot;121625047&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;jgm/pandoc-citeproc#201&lt;/a&gt;). We were capturing final colons as in &lt;code&gt;[@foo: bar]&lt;/code&gt;; the citation id was being parsed as &lt;code&gt;@foo:&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ICML writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Fixed image syntax for local files (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2589&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2589&quot; data-id=&quot;121957663&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2589&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Changed type of &lt;code&gt;writeICML&lt;/code&gt; (Mauro Bieg). API change: It is now &lt;code&gt;WriterOptions -&amp;gt; Pandoc -&amp;gt; IO String&lt;/code&gt;. Also handle new image attributes.&lt;/li&gt;
&lt;li&gt;  Intersperse line breaks instead of appending them to every &lt;code&gt;ParagraphStyleRange&lt;/code&gt; (Mauro Bieg, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2501&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2501&quot; data-id=&quot;115586432&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2501&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Add &lt;code&gt;Cite&lt;/code&gt; style to citations (Mauro Bieg).&lt;/li&gt;
&lt;li&gt;  Added figure handling (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2590&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2590&quot; data-id=&quot;122447346&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2590&lt;/a&gt;, Mauro Bieg).&lt;/li&gt;
&lt;li&gt;  Better handling of math. Instead of just printing the raw tex, we now try to fake it with unicode characters.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML writer: Include &lt;code&gt;example&lt;/code&gt; class for example lists (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2524&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2524&quot; data-id=&quot;116829086&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2524&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ODT/OpenDocument writer: improved image attributes (Mauro Bieg).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Support for percentage widths/heights&lt;/li&gt;
&lt;li&gt;  Use &lt;code&gt;Attr&lt;/code&gt; instead of title to get dimensions from ODT walker to &lt;code&gt;writeOpenDocument&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AsciiDoc writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Support anchors in spans and divs with id elements (&lt;a href=&quot;https://github.com/jgm/pandoc-citeproc/issues/143&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc-citeproc/issues/143&quot; data-id=&quot;89657354&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;jgm/pandoc-citeproc#143&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Fixed code blocks (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1861&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1861&quot; data-id=&quot;53570445&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1861&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Haddock writer: omit formatting inside links, which isn&#39;t supported by Haddock (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2515&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2515&quot; data-id=&quot;116519507&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2515&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MediaWiki writer: Fixed spacing issues in table cells.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Start cell on new line unless it&#39;s a single Para or Plain (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2606&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2606&quot; data-id=&quot;124215178&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2606&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  For single Para or Plain, insert a space after the &lt;code&gt;|&lt;/code&gt; to avoid problems when the text begins with a character like &lt;code&gt;-&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2604&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2604&quot; data-id=&quot;123984547&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2604&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Beamer writer: mark frame as fragile when it contains verbatim (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1613&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1613&quot; data-id=&quot;42151024&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1613&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LaTeX writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Add support for GAP highlighting using listings (Raniere Silva).&lt;/li&gt;
&lt;li&gt;  Consider &lt;code&gt;header-includes&lt;/code&gt; content as well as templates when determining whether to use csquotes (Andreas Lööw).&lt;/li&gt;
&lt;li&gt;  Create defaults for geometry using &lt;code&gt;margin-left&lt;/code&gt; etc. If &lt;code&gt;geometry&lt;/code&gt; has no value, but &lt;code&gt;margin-left&lt;/code&gt;, &lt;code&gt;margin-right&lt;/code&gt;, &lt;code&gt;margin-top&lt;/code&gt;, and/or &lt;code&gt;-margin-bottom&lt;/code&gt; are given, a default value for &lt;code&gt;geometry&lt;/code&gt; is created from these. Note that these variables already affect PDF production via HTML5 with &lt;code&gt;wkhtmltopdf&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ConTeXt writer: set default layout based on &lt;code&gt;margin-left&lt;/code&gt;, etc. This sets up &lt;code&gt;\setuplayout&lt;/code&gt; based on the variables &lt;code&gt;margin-left&lt;/code&gt;, &lt;code&gt;margin-right&lt;/code&gt;, &lt;code&gt;margin-bottom&lt;/code&gt;, and &lt;code&gt;margin-top&lt;/code&gt;, if no layout is given.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Docx writer: better handling of PDF images. Previously we tried to get the image size from the image even if an explicit size was specified. Since we still can&#39;t get image size for PDFs, this made it impossible to use PDF images in docx. Now we don&#39;t try to get the image size when a size is already explicitly specified.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Markdown writer: use raw HTML for link/image attributes when the &lt;code&gt;link_attributes&lt;/code&gt; extension is unset and &lt;code&gt;raw_html&lt;/code&gt; is set (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2554&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2554&quot; data-id=&quot;118382415&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2554&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MediaWiki reader: interpret markup inside &lt;code&gt;&amp;lt;tt&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;code&amp;gt;&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2607&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2607&quot; data-id=&quot;124225856&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2607&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LaTeX reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Improved smart quote parsing (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2555&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2555&quot; data-id=&quot;118536666&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2555&lt;/a&gt;). This fixes redering of unmatched quotes.&lt;/li&gt;
&lt;li&gt;  Use curly quotes for unmatched ` (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2555&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2555&quot; data-id=&quot;118536666&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2555&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Allow blank space between braced arguments of commands (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2592&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2592&quot; data-id=&quot;122611418&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2592&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Markdown reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Improved pipe table relative widths. Previously pipe table columns got relative widths (based on the header underscore lines) when the source of one of the rows was greater in width than the column width. This gave bad results in some cases where much of the width of the row was due to nonprinting material (e.g. link URLs). Now pandoc only looks at printable width (the width of a plain string version of the source), which should give better results. Thanks to John Muccigrosso for bringing up the issue.&lt;/li&gt;
&lt;li&gt;  Fixed parsing bug with macros. Previously macro definitions in indented code blocks were being parsed as macro definitions, not code.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Textile reader: skip over attribute in image source (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2515&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2515&quot; data-id=&quot;116519507&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2515&lt;/a&gt;). We don&#39;t have a place yet for styles or sizes on images, but we can skip the attributes rather than incorrectly taking them to be part of the filename.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Docx reader: Handle dummy list items (Jesse Rosenthal). These come up when people create a list item and then delete the bullet. It doesn&#39;t refer to any real list item, and we used to ignore it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CommonMark reader/writer rewritten to use latest &lt;code&gt;cmark&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed Emoji character definitions (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2523&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2523&quot; data-id=&quot;116814664&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2523&lt;/a&gt;). There were many bugs in the definitions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Text.Pandoc.CSS&lt;/code&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Added &lt;code&gt;pickStylesToKVs&lt;/code&gt; function to extract multiple properties at once (API change, Mauro Bieg).&lt;/li&gt;
&lt;li&gt;  Parse CSS that doesn&#39;t contain the optional semicolon (Mauro Bieg).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;trypandoc&lt;/code&gt;: sort drop-down lists.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Beamer template:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Made &lt;code&gt;\euro&lt;/code&gt; conditional on presence of character. for xelatex and lualatex, as it is for pdflatex (Andrew Dunning).&lt;/li&gt;
&lt;li&gt;  Moved &lt;code&gt;header-includes&lt;/code&gt; before setting of title (Thomas Hodgson), to match the LaTeX template (&lt;a href=&quot;https://github.com/jgm/pandoc-templates/issues/168&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc-templates/issues/168&quot; data-id=&quot;121238247&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;jgm/pandoc-templates#168&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Added &lt;code&gt;section-titles&lt;/code&gt; variable (defaults to true) to enable/suppress section title pages in beamer slide shows (Thomas Hodgson).&lt;/li&gt;
&lt;li&gt;  Moved beamer themes after fonts, so that themes can change fonts. (Previously the fonts set were being clobbered by lmodern.sty.) (Thomas Hodgson).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;  Beamer/LaTeX template changes (Thomas Hodgson):

&lt;ul&gt;
&lt;li&gt;  Added &lt;code&gt;thanks&lt;/code&gt; variable&lt;/li&gt;
&lt;li&gt;  Use &lt;code&gt;parskip.sty&lt;/code&gt; when &lt;code&gt;indent&lt;/code&gt; isn&#39;t set (fall back to using &lt;code&gt;setlength&lt;/code&gt; as before if &lt;code&gt;parskip.sty&lt;/code&gt; isn&#39;t available).&lt;/li&gt;
&lt;li&gt;  Use &lt;code&gt;biblio-style&lt;/code&gt; with biblatex.&lt;/li&gt;
&lt;li&gt;  Added &lt;code&gt;biblatexoptions&lt;/code&gt; variable.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LaTeX template changes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Added &lt;code&gt;paper&lt;/code&gt; after &lt;code&gt;$papersize$&lt;/code&gt; variable in latex template. Thus you can say &lt;code&gt;papersize: a4&lt;/code&gt; and the latex will contain &lt;code&gt;a4paper&lt;/code&gt;. This change may break some existing workflows; if you currently specify &lt;code&gt;a4paper&lt;/code&gt;, you&#39;ll get &lt;code&gt;a4paperpaper&lt;/code&gt; which is meaningless. However, the change seems worth it, as it will make the &lt;code&gt;papersize&lt;/code&gt; variable work uniformly across ConTeXt, LaTeX, and html-&amp;gt;pdf via wkhtmltopdf.&lt;/li&gt;
&lt;li&gt;  Only pass options to color package if &lt;code&gt;colorlinks&lt;/code&gt; is set (Andrew Dunning).&lt;/li&gt;
&lt;li&gt;  Make definition of &lt;code&gt;\euro&lt;/code&gt; conditional in xelatex/lualatex, as it is already for pdflatex (Andrew Dunning).&lt;/li&gt;
&lt;li&gt;  Removed setting of &lt;code&gt;subject&lt;/code&gt; in PDF metadata. This used to be set to the subtitle, but really the subtitle need not give the subject. Also, &lt;code&gt;subtitle&lt;/code&gt; can contain formatting, so we&#39;d need, at least, a plain text version for this.&lt;/li&gt;
&lt;li&gt;  Moved &lt;code&gt;header-includes&lt;/code&gt; before setting of &lt;code&gt;\title&lt;/code&gt;, &lt;code&gt;\author&lt;/code&gt;, etc. This allows these macros to be redefined.&lt;/li&gt;
&lt;li&gt;  Use &lt;code&gt;\subtitle&lt;/code&gt; command for &lt;code&gt;subtitle&lt;/code&gt;, instead of tacking it on to the title as before. We give a no-op fallback definition if it is not defined. This change should produce much better results in classes that support &lt;code&gt;\subtitle&lt;/code&gt;. With the default article class, which does not define &lt;code&gt;\subtitle&lt;/code&gt;, subtitles will no longer be printed unless the user defines &lt;code&gt;\subtitle&lt;/code&gt; and redefines &lt;code&gt;\maketitle&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;  Moved redefinitions of &lt;code&gt;\paragraph&lt;/code&gt; and &lt;code&gt;\subparagraph&lt;/code&gt; to before header-includes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Context template:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Use &lt;code&gt;simplefonts&lt;/code&gt; for font loading (Paolo Rodríguez). This is needed for things to work on ConTeXt stable from TeXLive 2015.&lt;/li&gt;
&lt;li&gt;  Revert use of &lt;code&gt;\setuphead&lt;/code&gt; in title block (Andrew Dunning, Rik Kabel).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Update LaTeX/ConTeXt link colour usage (Andrew Dunning).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed man template so disabling hyphenation actually works. The command needs to come after .TH.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added &#39;navigation&#39; variable to beamer template (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2543&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2543&quot; data-id=&quot;117413691&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2543&lt;/a&gt;). Valid values are &lt;code&gt;empty&lt;/code&gt; (the default), &lt;code&gt;horizontal&lt;/code&gt;, &lt;code&gt;vertical&lt;/code&gt;, and &lt;code&gt;frame&lt;/code&gt;. Note that this changes the default behavior from &lt;code&gt;horizontal&lt;/code&gt; to &lt;code&gt;empty&lt;/code&gt;. Closes &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2543&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2543&quot; data-id=&quot;117413691&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2543&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added &lt;code&gt;toc&lt;/code&gt; to HTML slide format templates (Andrew Dunning), so that &lt;code&gt;--toc&lt;/code&gt; creates a contents slide.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added &lt;code&gt;stack.full.yaml&lt;/code&gt; to build &lt;code&gt;pandoc-citeproc&lt;/code&gt; as well.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allow pipe tables with no body rows (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2556&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2556&quot; data-id=&quot;118739831&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2556&lt;/a&gt;). Previously this raised a runtime error.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Shared: Improved &lt;code&gt;fetchItem&lt;/code&gt; so that &lt;code&gt;C:/Blah/Blah.jpg&lt;/code&gt; isn&#39;t treated as URL. The Haskell URI parsing routines will accept &quot;C:&quot; as a scheme, so we rule that out manually. This helps with &lt;code&gt;--self-contained&lt;/code&gt; and absolute Windows paths.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Define a &lt;code&gt;meta-json&lt;/code&gt; variable for all writers (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2019&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2019&quot; data-id=&quot;63600387&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2019&lt;/a&gt;). This contains a JSON version of all the metadata, in the format selected for the writer. So, for example, to get just the YAML metadata, you can run pandoc with the following custom template: &lt;code&gt;$meta-json$&lt;/code&gt;. The intent is to make it easier for static site generators and other tools to get at the metadata.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Document limitations of --self-contained (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2553&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2553&quot; data-id=&quot;118343827&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2553&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved Citations section of README (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2551&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2551&quot; data-id=&quot;118214677&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2551&lt;/a&gt;). Added information about &lt;code&gt;link-citations&lt;/code&gt; and a link to the pandoc-citeproc man page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;ImageSize&lt;/code&gt;: use &lt;code&gt;safeRead&lt;/code&gt; instead of &lt;code&gt;readMaybe&lt;/code&gt;, which isn&#39;t in base &amp;lt; 4.6.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allow .adoc file extension for AsciiDoc (Andrew Dunning).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved implicit pandoc-citeproc inclusion. The filter pandoc-citeproc is automatically used when &lt;code&gt;--bibliography&lt;/code&gt; is specified on the command line, unless &lt;code&gt;--natbib&lt;/code&gt; or &lt;code&gt;--biblatex&lt;/code&gt; is used. However, previously this only worked if &lt;code&gt;--bibliography&lt;/code&gt; was spelled out in full, and not if &lt;code&gt;--biblio&lt;/code&gt; was used.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;reveal.js: Interpret pauses correctly for all headers (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2530&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2530&quot; data-id=&quot;116963474&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2530&lt;/a&gt;). Previously, when using headers below the slide level, pauses are left uninterpreted into pauses. In my opinion, unexpected behavior but intentional looking at the code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Remove redundant &lt;code&gt;center&lt;/code&gt; variable for reveal.js (Andrew Dunning).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Parsing: Add &lt;code&gt;extractIdClass&lt;/code&gt;, modified type of &lt;code&gt;KeyTable&lt;/code&gt; (Mauro Bieg, API change).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ImageSize: Added functions for converting between image dimensions (Mauro Bieg).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use lts-3.18 in stack.yaml. This avoids Windows build issues with the HTTP library.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bump version bounds for dependencies.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.15.2.1</id>
<updated>2015-11-16T15:48:09Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.15.2.1"/>
<title>1.15.2.1: reveal.js template: Fixed parallaxBackground options.</title>
<content type="html">&lt;p&gt;&lt;code&gt;parallaxBackgroundHorizontal&lt;/code&gt; and &lt;code&gt;parallaxBackgroundVertical&lt;/code&gt; need&lt;br&gt;
integer values, not strings.  (Vaughn Iverson)&lt;/p&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.15.2</id>
<updated>2015-11-15T22:25:17Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.15.2"/>
<title>pandoc 1.15.2</title>
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;pandoc my.md -t context -o my.pdf&lt;/code&gt; will now create a PDF using ConTeXt rather than LaTeX (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2463&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2463&quot; data-id=&quot;112163241&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2463&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed omitted &lt;code&gt;url(...)&lt;/code&gt; in CSS data-uri with &lt;code&gt;--self-contained&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2489&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2489&quot; data-id=&quot;113808553&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2489&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added &lt;code&gt;emoji&lt;/code&gt; Markdown extension, enabled by default in &lt;code&gt;markdown_github&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2523&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2523&quot; data-id=&quot;116814664&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2523&lt;/a&gt;). Added &lt;code&gt;Ext_emoji&lt;/code&gt; to &lt;code&gt;Extension&lt;/code&gt; in &lt;code&gt;Text.Pandoc.Options&lt;/code&gt; (API change).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Text.Pandoc.Readers.HTML.parseTags&lt;/code&gt;: Fixed over-eager raw HTML inline parsing (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2469&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2469&quot; data-id=&quot;112656510&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2469&lt;/a&gt;). Tightened up the inline HTML parser so it disallows TagWarnings.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Derive &lt;code&gt;Generic&lt;/code&gt; instances for the types in &lt;code&gt;Text.Pandoc.Options&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Org reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Fix paragraph/list interaction (Albert Krewinkel, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2464&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2464&quot; data-id=&quot;112268810&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2464&lt;/a&gt;). Paragraphs can be followed by lists, even if there is no blank line between the two blocks. However, this should only be true if the paragraph is not within a list, were the preceding block should be parsed as a plain instead of paragraph (to allow for compact lists). Thanks to &lt;a href=&quot;https://github.com/rgaiacs&quot; class=&quot;user-mention&quot;&gt;@rgaiacs&lt;/a&gt; for bringing this up.&lt;/li&gt;
&lt;li&gt;  Allow toggling header args (Albert Krewinkel, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2269&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2269&quot; data-id=&quot;92946904&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2269&lt;/a&gt;). Org-mode allows to skip the argument of a code block header argument if it&#39;s toggling a value. Argument-less headers are now recognized, avoiding weird parsing errors.&lt;/li&gt;
&lt;li&gt;  Fix markup parsing in headers (Albert Krewinkel, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2504&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2504&quot; data-id=&quot;115746210&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2504&lt;/a&gt;). Markup as the very first item in a header wasn&#39;t recognized. This was caused by an incorrect parser state: positions at which inline markup can start need to be marked explicitly by changing the parser state. This wasn&#39;t done for headers. The proper function to update the state is now called at the beginning of the header parser, fixing this issue.&lt;/li&gt;
&lt;li&gt;  Fix emphasis rules for smart parsing (Albert Krewinkel, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2513&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2513&quot; data-id=&quot;116456574&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2513&lt;/a&gt;). Smart quotes, ellipses, and dashes should behave like normal quotes, single dashes, and dots with respect to text markup parsing.&lt;/li&gt;
&lt;li&gt;  Require whitespace around definition list markers (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2518&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2518&quot; data-id=&quot;116648486&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2518&lt;/a&gt;). This rule was not checked before, resulting in bugs with footnotes and some link types.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Markdown reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Pipe tables with long lines now get relative cell widths (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2471&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2471&quot; data-id=&quot;112758773&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2471&lt;/a&gt;). If a pipe table contains a line longer than the column width (as set by &lt;code&gt;--columns&lt;/code&gt; or 80 by default), relative widths are computed based on the widths of the separator lines relative to the column width. This should solve persistent problems with long pipe tables in LaTeX/PDF output, and give more flexibility for determining relative column widths in other formats, too. For narrower pipe tables, column widths of 0 are used, telling pandoc not to specify widths explicitly in output formats that permit this.&lt;/li&gt;
&lt;li&gt;  Improved parser for &lt;code&gt;mmd_title_block&lt;/code&gt;. We now allow blank metadata fields. These were explicitly disallowed before.&lt;/li&gt;
&lt;li&gt;  Citation keys can now contain &lt;code&gt;://&lt;/code&gt;, so URLs and DOIs can be used as citation keys (&lt;a href=&quot;https://github.com/jgm/pandoc-citeproc/issues/166&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc-citeproc/issues/166&quot; data-id=&quot;106146019&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;jgm/pandoc-citeproc#166&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Beamer template: fix incompatibility of section slides with natbib. Natbib (and presumably biblatex) bibliography commands create their own section. Since these are in frame environments, we have an incompatibility with the &lt;code&gt;\AtBeginSection&lt;/code&gt; macro which creates a special frame when a new section occurs. (We can&#39;t have a frame inside another frame.) This change disables &lt;code&gt;\AtBeginSection&lt;/code&gt; inside bibliography slides. Thinks to Yihui Xie for bringing the problem to my attention. This supersedes &lt;a href=&quot;https://github.com/jgm/pandoc/issues/145&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/145&quot; data-id=&quot;1033719&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#145&lt;/a&gt;. See discussion there.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Textile reader: don&#39;t do smart punctuation unless explicitly asked (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2480&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2480&quot; data-id=&quot;113228599&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2480&lt;/a&gt;). Note that although smart punctuation is part of the textile spec, it&#39;s not always wanted when converting from textile to, say, Markdown. So it seems better to make this an option.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LaTeX reader: Handle &lt;code&gt;comment&lt;/code&gt; environment (Arata Mizuki). The &lt;code&gt;comment&lt;/code&gt; environment is handled in a similar way to the &lt;code&gt;verbatim&lt;/code&gt; environment, except that its content is discarded.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Docx reader: Follow relationships correctly in foot/endnotes (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2258&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2258&quot; data-id=&quot;92624564&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2258&lt;/a&gt;, Jesse Rosenthal). This fixes a problem with links in notes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LaTeX and ConTeXt writers: support &lt;code&gt;lang&lt;/code&gt; attribute on divs and spans (mb21). For LaTeX, also collect &lt;code&gt;lang&lt;/code&gt; and &lt;code&gt;dir&lt;/code&gt; attributes on spans and divs to set the &lt;code&gt;lang&lt;/code&gt;, &lt;code&gt;otherlangs&lt;/code&gt; and &lt;code&gt;dir&lt;/code&gt; variables if they aren’t set already. See &lt;a href=&quot;https://github.com/jgm/pandoc/issues/895&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/895&quot; data-id=&quot;16127793&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#895&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LaTeX writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Use proper command for &lt;code&gt;\textarabic&lt;/code&gt; (mb21).&lt;/li&gt;
&lt;li&gt;  Added &lt;code&gt;de-CH-1901&lt;/code&gt;, fixed &lt;code&gt;el-polyton&lt;/code&gt; in &lt;code&gt;toPloyglossia&lt;/code&gt; (Nick Bart).&lt;/li&gt;
&lt;li&gt;  Use &lt;code&gt;\hypertarget&lt;/code&gt; and &lt;code&gt;\hyperlink&lt;/code&gt; for links. This works correctly to link to Div or Span elements. We now don&#39;t bother defining &lt;code&gt;\label&lt;/code&gt; for Div or Span elements. Closes &lt;a href=&quot;https://github.com/jgm/pandoc-citeproc/issues/174&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc-citeproc/issues/174&quot; data-id=&quot;108459398&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;jgm/pandoc-citeproc#174&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  Avoid footnotes in list of figures (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1506&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1506&quot; data-id=&quot;39888884&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1506&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Properly handle footnotes in captions (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1506&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1506&quot; data-id=&quot;39888884&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1506&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Add &lt;code&gt;\protect&lt;/code&gt; to &lt;code&gt;\hyperlink&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2490&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2490&quot; data-id=&quot;113831263&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2490&lt;/a&gt;). Thanks to Hadrien Mary.&lt;/li&gt;
&lt;li&gt;  Set &lt;code&gt;colorlinks&lt;/code&gt; if &lt;code&gt;linkcolor&lt;/code&gt;, &lt;code&gt;urlcolor&lt;/code&gt;, &lt;code&gt;citecolor&lt;/code&gt;, or &lt;code&gt;toccolor&lt;/code&gt; is set (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2508&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2508&quot; data-id=&quot;115932101&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2508&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Textile writer: support start number in ordered lists (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2465&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2465&quot; data-id=&quot;112296730&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2465&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;OpenDocument writer: Allow customization of opendocument automatic styles. Automatic styles can now be inserted in the template, which now provides the enclosing &lt;code&gt;&amp;lt;office:automatic-styles&amp;gt;&lt;/code&gt; tags (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2520&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2520&quot; data-id=&quot;116757310&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2520&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Docx writer: insert space between footnote reference and note (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2527&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2527&quot; data-id=&quot;116868752&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2527&lt;/a&gt;). This matches Word&#39;s default behavior.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EPUB writer: don&#39;t download linked media when &lt;code&gt;data-external&lt;/code&gt; attribute set (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2473&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2473&quot; data-id=&quot;113052998&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2473&lt;/a&gt;). By default pandoc downloads all linked media and includes it in the EPUB container. This can be disabled by setting &lt;code&gt;data-external&lt;/code&gt; on the tags linking to media that should not be downloaded. Example:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;audio controls=&quot;1&quot;&amp;gt;
 &amp;lt;source src=&quot;http://www.sixbarsjail.it/tmp/bach_toccata.mp3&quot;
 type=&quot;audio/mpeg&quot;&amp;gt;&amp;lt;/source&amp;gt;
&amp;lt;/audio&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML writer: use width on whole table if col widths sum to &amp;lt; 100%. Otherwise some browsers display the table with the columns separated far apart.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;AsciiDoc template: Fix &lt;code&gt;author&lt;/code&gt; and &lt;code&gt;date&lt;/code&gt;; add &lt;code&gt;keywords&lt;/code&gt;, &lt;code&gt;abstract&lt;/code&gt; (Andrew Dunning).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;HTML-based templates (Andrew Dunning):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Use en dash instead of hyphen between title prefix and title.&lt;/li&gt;
&lt;li&gt;  Add &lt;code&gt;keywords&lt;/code&gt; to metadata.&lt;/li&gt;
&lt;li&gt;  Add &lt;code&gt;lang&lt;/code&gt;, &lt;code&gt;dir&lt;/code&gt;, &lt;code&gt;quotes&lt;/code&gt; where missing.&lt;/li&gt;
&lt;li&gt;  Always make author and date display conditional.&lt;/li&gt;
&lt;li&gt;  Updated dzslides template from source.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Man template: make &quot;generated by&quot; comment conditional.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LaTeX, Beamer templates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Add &lt;code&gt;babel-otherlangs&lt;/code&gt; for language divs/spans; &lt;code&gt;babel-newcommands&lt;/code&gt;, filled by commands that make babel understand the polyglossia-style language directives (mb21, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/137&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/137&quot; data-id=&quot;1033707&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#137&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Improved formatting of conditionals; &lt;code&gt;$for$&lt;/code&gt; is always provided to allow multiple options (Andrew Dunning, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/141&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/141&quot; data-id=&quot;1033711&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#141&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Use &lt;code&gt;Ligatures=TeX&lt;/code&gt; rather than &lt;code&gt;Mapping=tex-text&lt;/code&gt; with &lt;code&gt;fontspec&lt;/code&gt; to improve support for LuaTeX (Andrew Dunning, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/135&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/135&quot; data-id=&quot;1033705&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#135&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Revise &lt;code&gt;hyperref&lt;/code&gt; usage (Andrew Dunning, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/139&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/139&quot; data-id=&quot;1033709&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#139&lt;/a&gt;, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/141&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/141&quot; data-id=&quot;1033711&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#141&lt;/a&gt;):

&lt;ul&gt;
&lt;li&gt;  use same options for all LaTeX engines;&lt;/li&gt;
&lt;li&gt;  add &lt;code&gt;subtitle&lt;/code&gt; and &lt;code&gt;keywords&lt;/code&gt; to PDF metadata;&lt;/li&gt;
&lt;li&gt;  do not override &lt;code&gt;hyperref&lt;/code&gt; link coloring without user input, effectively making the &lt;code&gt;hidelinks&lt;/code&gt; option the default (removed as a separate variable);&lt;/li&gt;
&lt;li&gt;  link colors can be enabled (using a slightly darker version of the old defaults) using a new &lt;code&gt;colorlinks&lt;/code&gt; variable, automatically used by the LaTeX writer when custom colors are specified;&lt;/li&gt;
&lt;li&gt;  &lt;code&gt;pdfborder={0 0 0}&lt;/code&gt; is automatically set by &lt;code&gt;hyperref&lt;/code&gt; with &lt;code&gt;colorlinks&lt;/code&gt;, and is only applied if &lt;code&gt;colorlinks&lt;/code&gt; is disabled.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ConTeXt template (Andrew Dunning):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  New variables for controlling styles: &lt;code&gt;linkstyle&lt;/code&gt;, &lt;code&gt;linkcolor&lt;/code&gt;, &lt;code&gt;linkcontrastcolor&lt;/code&gt;, &lt;code&gt;layout&lt;/code&gt;, &lt;code&gt;pagenumbering&lt;/code&gt;, &lt;code&gt;whitespace&lt;/code&gt;, &lt;code&gt;indenting&lt;/code&gt;, &lt;code&gt;interlinespace&lt;/code&gt;, &lt;code&gt;headertext&lt;/code&gt;, &lt;code&gt;footertext&lt;/code&gt;, &lt;code&gt;mainfont&lt;/code&gt;, &lt;code&gt;sansfont&lt;/code&gt;, &lt;code&gt;monofont&lt;/code&gt;, &lt;code&gt;mathfont&lt;/code&gt;, &lt;code&gt;fontsize&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;  Default template no longer supports MkII.&lt;/li&gt;
&lt;li&gt;  Improve writing of title block (suppressing numbering of first page).&lt;/li&gt;
&lt;li&gt;  Add &lt;code&gt;title&lt;/code&gt; &lt;code&gt;subtitle&lt;/code&gt;, &lt;code&gt;author&lt;/code&gt;, &lt;code&gt;date&lt;/code&gt;, &lt;code&gt;keywords&lt;/code&gt; to PDF metadata.&lt;/li&gt;
&lt;li&gt;  Support &lt;code&gt;subtitle&lt;/code&gt;, &lt;code&gt;abstract&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;  Support list of figures (&lt;code&gt;lof&lt;/code&gt;), list of tables (&lt;code&gt;lot&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;  Disable link styling by default.&lt;/li&gt;
&lt;li&gt;  Define styles for all section types.&lt;/li&gt;
&lt;li&gt;  Enable microtype.&lt;/li&gt;
&lt;li&gt;  Improved formatting of conditionals.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Beamer template: added code to prevent slide breaks inside paragraphs (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2422&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2422&quot; data-id=&quot;108550920&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2422&lt;/a&gt;, thanks to Nick Bart). This will matter, in practice, only when &lt;code&gt;allowframebreaks&lt;/code&gt; is used. It is especially helpful for bibliography slides.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;OpenDocument template: Add &lt;code&gt;&amp;lt;office:automatic-styles&amp;gt;&lt;/code&gt; tag around automatic styles. The writer now longer provides this (see &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2520&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2520&quot; data-id=&quot;116757310&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2520&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Restored Text.Pandoc.Compat.Monoid.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do not export (&amp;lt;&amp;gt;) from custom Prelude. The Prelude now matches base 4.8 Prelude&#39;s API.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Don&#39;t use custom prelude with ghc 7.10. Use the custom prelude only for earlier versions. This change makes &lt;code&gt;stack ghci&lt;/code&gt; and &lt;code&gt;cabal repl&lt;/code&gt; work (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2503&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2503&quot; data-id=&quot;115696577&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2503&lt;/a&gt;), at least with ghc 7.10.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Changed § to % in operators from Odt.Arrows.Utils (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2457&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2457&quot; data-id=&quot;111962562&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2457&lt;/a&gt;). This prevents problems building haddocks with &quot;C&quot; locale.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Change default for old-locale flag to False.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use stack in deb, osx, and Windows package generators.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added Vagrantfile for building deb in vm. This should help in automating binary package creation. &#39;make package&#39; will make the package. &#39;make package COMMIT=blah&#39; will make the package from commit blah.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;README:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Consistent capitalization for pandoc and Markdown.&lt;/li&gt;
&lt;li&gt;  Fixed &lt;code&gt;auto_identifiers&lt;/code&gt; examples (Benoit Schweblin).&lt;/li&gt;
&lt;li&gt;  Improved documentation of template variables (Andrew Dunning).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.15.1.1</id>
<updated>2015-10-18T05:50:20Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.15.1.1"/>
<title>pandoc 1.15.1.1</title>
<content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;Text.Pandoc.Data&lt;/code&gt;:  store paths in dataFiles using posix separators. This way we have uniform separators, whether on Windows or Linux. This should solve a problem where on some Windows versions the data files weren&#39;t being found (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2459&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2459&quot; data-id=&quot;111972862&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2459&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Note:  This release does nothing more than fix a problem with some Windows builds of 1.15.1.  Linux and OSX users may continue to use &lt;a href=&quot;https://github.com/jgm/pandoc/releases/1.15.1&quot;&gt;pandoc 1.15.1&lt;/a&gt;, so binary packages for these platforms are not provided here.&lt;/strong&gt;&lt;/p&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.15.1</id>
<updated>2015-10-18T05:50:07Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.15.1"/>
<title>pandoc 1.15.1</title>
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;pandocVersion&lt;/code&gt; is now defined in &lt;code&gt;Text.Pandoc.Shared&lt;/code&gt; and reexported from &lt;code&gt;Text.Pandoc&lt;/code&gt; (Alex Vong). This allows writers to access it. (Alex Vong) (API change)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;For &lt;code&gt;markdown_mmd&lt;/code&gt;, add: &lt;code&gt;implicit_figures&lt;/code&gt;, &lt;code&gt;superscripts&lt;/code&gt;, &lt;code&gt;subscripts&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2401&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2401&quot; data-id=&quot;106872171&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2401&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added &lt;code&gt;odt&lt;/code&gt; as input format (MarLinn). Added new module &lt;code&gt;Text.Pandoc.Reader.ODT&lt;/code&gt; (API change). Fully implemented features: Paragraphs, Headers, Basic styling, Unordered lists, Ordered lists, External Links, Internal Links, Footnotes, Endnotes, Blockquotes. Partly implemented features: Citations, Tables.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Markdown Reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Add basic tests for each header style (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Add implicit header ref tests for headers with spaces (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Skip spaces in headers (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Handle &#39;id&#39; and &#39;class&#39; in parsing key/value attributes (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2396&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2396&quot; data-id=&quot;106323400&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2396&lt;/a&gt;). &lt;code&gt;# Header {id=&quot;myid&quot; class=&quot;foo bar&quot;}&lt;/code&gt; is now equivalent to &lt;code&gt;# Header {#myid .foo .bar}&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;  Use &#39;=&#39; instead of &#39;#&#39; for atx-style headers in markdown+lhs. (Kristof Bastiaensen)&lt;/li&gt;
&lt;li&gt;  Pipe tables: allow indented columns. Previously the left-hand column could not start with 4 or more spaces indent. This was inconvenient for right-aligned left columns. Note that the first (header column) must still have 3 or fewer spaces indentation, or the table will be treated as an indented code block.&lt;/li&gt;
&lt;li&gt;  Fix regression: allow HTML comments containing &lt;code&gt;--&lt;/code&gt;. Technically this isn&#39;t allowed in an HTML comment, but we&#39;ve always allowed it, and so do most other implementations. It is handy if e.g. you want to put command line arguments in HTML comments.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LaTeX reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Don&#39;t eat excess whitespace after macros with only optional arguments (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2446&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2446&quot; data-id=&quot;110685459&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2446&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Support longtable (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2411&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2411&quot; data-id=&quot;107918166&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2411&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Implement &lt;code&gt;\Cite&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2335&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2335&quot; data-id=&quot;97931363&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2335&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Support abstract environment. The abstract populates an &lt;code&gt;abstract&lt;/code&gt; metadata field.&lt;/li&gt;
&lt;li&gt;  Properly handle booktabs lines. Lines aren&#39;t part of the pandoc table model, so we just ignore them (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2307&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2307&quot; data-id=&quot;95578896&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2307&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;HTML reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Handle type attribute on ol, e.g. &lt;code&gt;&amp;lt;ol type=&quot;i&quot;&amp;gt;&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2313&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2313&quot; data-id=&quot;96086881&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2313&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Updated for new automatic header attributes.&lt;/li&gt;
&lt;li&gt;  Add auto identifiers if not present on headers. This makes TOC linking work properly.&lt;/li&gt;
&lt;li&gt;  Detect &lt;code&gt;font-variant&lt;/code&gt; with &lt;code&gt;pickStyleAttrProps&lt;/code&gt; (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Test &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt; type, class, and inline list-style(-type) CSS (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Better handling of &quot;section&quot; elements (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2438&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2438&quot; data-id=&quot;110152301&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2438&lt;/a&gt;). Previously &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; tags were just parsed as raw HTML blocks. With this change, section elements are parsed as Div elements with the class &quot;section&quot;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MediaWiki reader: handle unquoted table attributes (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2355&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2355&quot; data-id=&quot;99840452&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2355&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DocBook reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Added proper support for DocBook &lt;code&gt;xref&lt;/code&gt; elements (Frerich Raabe). Added &lt;code&gt;dbContent&lt;/code&gt; field to reader state, so we can lookup cross refs.&lt;/li&gt;
&lt;li&gt;  Handle &lt;code&gt;informalexample&lt;/code&gt; (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2319&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2319&quot; data-id=&quot;96448783&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2319&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Docx Reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Create special punctuation test (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Parse soft, no-break hyphen elements (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Updated headers test (Ophir Lifshitz). Replaced &lt;code&gt;styles.xml&lt;/code&gt; in &lt;code&gt;headers.docx&lt;/code&gt; with pandoc&#39;s current &lt;code&gt;styles.xml&lt;/code&gt;, which contains styles for Heading 1 through 6. Added Heading 4 through 7 to the test document. Note that Heading 7 is not parsed as a Heading because there is no Heading 7 style.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RST reader: better handling of indirect roles. Previously the parser failed on this kind of case&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;.. role:: indirect(code)

.. role:: py(indirect)
   :language: python

:py:`hi`
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now it correctly recognizes &lt;code&gt;:py:&lt;/code&gt; as a code role.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Org reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Add auto identifiers if not present on headers (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2354&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2354&quot; data-id=&quot;99821518&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2354&lt;/a&gt;, Juliusz Gonera).&lt;/li&gt;
&lt;li&gt;  Allow verse blocks to contain empty lines (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2402&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2402&quot; data-id=&quot;107226048&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2402&lt;/a&gt;, Albert Krewinkel).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;EPUB reader: stop mangling external URLs (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2284&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2284&quot; data-id=&quot;93865681&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2284&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RST writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Don&#39;t insert &lt;code&gt;\&lt;/code&gt; when complex expression in matched pairs. E.g. &lt;code&gt;[:sup:`3`]&lt;/code&gt; is okay; you don&#39;t need &lt;code&gt;[:sup:`3`\ ]&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;  Ensure that &lt;code&gt;\&lt;/code&gt; is inserted when needed before Cite and Span elements that begin with a &quot;complex&quot; element (&lt;a href=&quot;https://github.com/jgm/pandoc-citeproc/issues/157&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc-citeproc/issues/157&quot; data-id=&quot;100675161&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;jgm/pandoc-citeproc#157&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Normalize headers only in &quot;standalone&quot; mode (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2394&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2394&quot; data-id=&quot;106170446&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2394&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Haddock writer: escape &lt;code&gt;*&lt;/code&gt; and &lt;code&gt;^&lt;/code&gt; (G. Bataille).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Markdown writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  In TOC, add links to headers (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/829&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/829&quot; data-id=&quot;13164088&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#829&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Use unicode super/subscripts for digits in plain output (when the &lt;code&gt;superscripts&lt;/code&gt; and &lt;code&gt;subscripts&lt;/code&gt; extensions are not enabled).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Docx writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Moved invalid character stripping to &lt;code&gt;formattedString&lt;/code&gt;. This avoids an inefficient generic traversal (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2356&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2356&quot; data-id=&quot;100081784&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2356&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Use user data directory for &lt;code&gt;reference.docx&lt;/code&gt; archive. This allows the test suite to work without installing pandoc first. It also brings the docx writer in line with the odt writer.&lt;/li&gt;
&lt;li&gt;  Tests: docx writer tests now use &lt;code&gt;../data&lt;/code&gt; for data directory. This allows tests to be run without installing first.&lt;/li&gt;
&lt;li&gt;  Tests: Use real jpg (not empty) for docx tests to avoid warning.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LaTeX writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Fixed detection of &#39;chapters&#39; from template. If a documentclass isn&#39;t specified in metadata, but the template has a hardwired bookish documentclass, act as if &lt;code&gt;--chapters&lt;/code&gt; was used. This was the default in earlier versions, but it has been broken for a little while.&lt;/li&gt;
&lt;li&gt;  Correctly recognize book documentclass in metadata (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2395&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2395&quot; data-id=&quot;106268687&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2395&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Set language-related variables automatically, depending on the value of the &lt;code&gt;lang&lt;/code&gt; field, which is now always assumed to be in BCP47 format (mb21, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/1614&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1614&quot; data-id=&quot;42172176&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1614&lt;/a&gt;, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2437&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2437&quot; data-id=&quot;109958413&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2437&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Add &lt;code&gt;\protect&lt;/code&gt; to &lt;code&gt;\hyperdef&lt;/code&gt; in inline context. This way we don&#39;t get an error when this is used as a moveable argument (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2136&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2136&quot; data-id=&quot;73673522&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2136&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Support all frame attributes in Beamer.&lt;/li&gt;
&lt;li&gt;  Percent-encode more special characters in URLs (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1640&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1640&quot; data-id=&quot;43589087&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1640&lt;/a&gt;, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2377&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2377&quot; data-id=&quot;104049571&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2377&lt;/a&gt;). The special characters are &#39;&amp;lt;&#39;,&#39;&amp;gt;&#39;,&#39;|&#39;,&#39;&quot;&#39;,&#39;{&#39;,&#39;}&#39;,&#39;[&#39;,&#39;]&#39;,&#39;^&#39;, &#39;`&#39;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;HTML writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Update KaTeX JS and CSS versions (Emily Eisenberg).&lt;/li&gt;
&lt;li&gt;  For dzslides, add &lt;code&gt;role=&quot;note&quot;&lt;/code&gt; for speaker notes (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1693&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1693&quot; data-id=&quot;45838098&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1693&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Percent-encode more special characters in URLs (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1640&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1640&quot; data-id=&quot;43589087&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1640&lt;/a&gt;, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/2377&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2377&quot; data-id=&quot;104049571&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2377&lt;/a&gt;). The special characters are &#39;&amp;lt;&#39;,&#39;&amp;gt;&#39;,&#39;|&#39;,&#39;&quot;&#39;,&#39;{&#39;,&#39;}&#39;,&#39;[&#39;,&#39;]&#39;,&#39;^&#39;, &#39;`&#39;.&lt;/li&gt;
&lt;li&gt;  Render Div with class &lt;code&gt;section&lt;/code&gt; as &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; in HTML5.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EPUB writer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  In TOC, replace literal &lt;code&gt;&amp;lt;br/&amp;gt;&lt;/code&gt; with space (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2105&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2105&quot; data-id=&quot;70052986&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2105&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  With &lt;code&gt;--webtex&lt;/code&gt;, include image file rather than &lt;code&gt;data:&lt;/code&gt; URI (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2363&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2363&quot; data-id=&quot;101265551&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2363&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Native writer: format Div properly, with blocks separated.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support bidirectional text output with XeLaTeX, ConTeXt and HTML (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2191&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2191&quot; data-id=&quot;82330465&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2191&lt;/a&gt;, mb21).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reference Docx:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Add missing Header 6 style (steel blue) (Ophir Lifshitz).&lt;/li&gt;
&lt;li&gt;  Correct &lt;code&gt;outlineLvl&lt;/code&gt; for Header styles (Ophir Lifshitz).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Templates&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Beamer: Add &lt;code&gt;innertheme&lt;/code&gt;, &lt;code&gt;outertheme&lt;/code&gt; variables (Guilhem Bonnefille, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/121&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/121&quot; data-id=&quot;1033688&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#121&lt;/a&gt;). Add space after colon in figure caption. Integrate recent font and language updates from LaTeX template; allow use of &lt;code&gt;mainfont&lt;/code&gt; variable for changing the slide text in XeTeX and LuaTeX (Andrew Dunning, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/131&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/131&quot; data-id=&quot;1033700&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#131&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  LaTeX: Add &lt;code&gt;mainfontoptions&lt;/code&gt;, &lt;code&gt;sansfontoptions&lt;/code&gt;, &lt;code&gt;monofontoptions&lt;/code&gt;, &lt;code&gt;mathfontoptions&lt;/code&gt;, &lt;code&gt;fontfamilyoptions&lt;/code&gt; (Andrew Dunning, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/122&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/122&quot; data-id=&quot;1033690&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#122&lt;/a&gt;). Support handling of bidirectional text (mb21, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/120&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/120&quot; data-id=&quot;1033686&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#120&lt;/a&gt;). Improve reliability of superscripts/subscripts under XeTeX and prevent letters and numbers from appearing on a different baseline by removing use of the &lt;code&gt;realscripts&lt;/code&gt; package (via &lt;code&gt;xltxtra&lt;/code&gt;). To restore use of OpenType characters for these features under XeTeX or LuaTeX, add &lt;code&gt;\usepackage{realscripts}&lt;/code&gt; to &lt;code&gt;header-includes&lt;/code&gt; (Andrew Dunning, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/130&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/130&quot; data-id=&quot;1033698&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#130&lt;/a&gt;). Remove redundant reference to &lt;code&gt;xunicode&lt;/code&gt; (Andrew Dunning, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/130&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/130&quot; data-id=&quot;1033698&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#130&lt;/a&gt;). Add &lt;code&gt;fontenc&lt;/code&gt;, &lt;code&gt;indent&lt;/code&gt;, &lt;code&gt;subparagraph&lt;/code&gt; variables (Andrew Dunning). Allow use of &lt;code&gt;hidelinks&lt;/code&gt; variable for &lt;code&gt;hyperref&lt;/code&gt; package (Hugo Roy, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/113&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/113&quot; data-id=&quot;1033675&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#113&lt;/a&gt;). Prevent package clash with &lt;code&gt;tufte-latex&lt;/code&gt; and other classes that include &lt;code&gt;hyperref&lt;/code&gt; or &lt;code&gt;color&lt;/code&gt; (Xavier Olive, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/115&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/115&quot; data-id=&quot;1033678&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#115&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  ConTeXt: Support handling of bidirectional text (mb21, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/120&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/120&quot; data-id=&quot;1033686&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#120&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  LaTeX and ConTeXt: Use more specific language variables. Instead of directly using &lt;code&gt;lang&lt;/code&gt;, we now use &lt;code&gt;babel-lang&lt;/code&gt; and &lt;code&gt;polyglossia-lang&lt;/code&gt; and &lt;code&gt;context-lang&lt;/code&gt;. These variables are set by the writers to the necessary values, based on the &lt;code&gt;lang&lt;/code&gt; variable (which now always takes a value in BCP47 format). (mb21, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/114&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/114&quot; data-id=&quot;1033676&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#114&lt;/a&gt;, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/129&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/129&quot; data-id=&quot;1033697&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#129&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  HTML: Support handling of bidirectional text (mb21, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/120&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/120&quot; data-id=&quot;1033686&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#120&lt;/a&gt;). Move HTML5 shiv after CSS and fix URL (Andrew Dunning). Add dir attribute in html5 (Andrew Dunning).&lt;/li&gt;
&lt;li&gt;  reveal.js: Add &lt;code&gt;controls&lt;/code&gt;, &lt;code&gt;progress&lt;/code&gt; variables (Grégoire Pineau, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/127&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/127&quot; data-id=&quot;1033695&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#127&lt;/a&gt;). Add &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt; variables (Anrew Dunning). Update template from 3.1 source (Andrew Dunning). All configuration options are now available as variables, but are only be included if set (reveal.js uses defaults otherwise).&lt;/li&gt;
&lt;li&gt;  man: Added comment stating that the page is autogenerated by pandoc, giving version. Added &lt;code&gt;adjusting&lt;/code&gt; and &lt;code&gt;hyphenate&lt;/code&gt; variables (Alex Vong, &lt;a href=&quot;https://github.com/jgm/pandoc/issues/123&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/123&quot; data-id=&quot;1033691&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#123&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;epub.css: added selectors for nested emphasis (Pablo Rodriguez).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MediaBag: ensure that &lt;code&gt;/&lt;/code&gt; is always used as path separator.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;sample.lua&lt;/code&gt;: define &lt;code&gt;CaptionedImage&lt;/code&gt;, add newline at end (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2393&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2393&quot; data-id=&quot;106123466&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2393&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added &lt;code&gt;--bash-completion&lt;/code&gt; option. This generates a bash completion script. To use: &lt;code&gt;eval &quot;$(pandoc --bash-completion)&quot;&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Text.Pandoc.Error: Define Typeable and Exception instances for PandocError (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2386&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2386&quot; data-id=&quot;104953810&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2386&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Text.Pandoc.Parsing: &lt;code&gt;toKey&lt;/code&gt;: strip off outer brackets. This makes keys with extra space at the beginning and end work: e.g.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[foo]: bar

[ foo ]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;will now be a link to bar (it wasn&#39;t before).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Text.Pandoc: disable &lt;code&gt;auto_identifiers&lt;/code&gt; for epub. The epub writer inserts its own auto identifiers; this is more complex due to splitting into &quot;chapter&quot; files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Renamed Text.Pandoc.Compat.Locale -&amp;gt; Text.Pandoc.Compat.Time. It now reexports Data.Time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use custom Prelude to avoid compiler warnings.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  The (non-exported) prelude is in prelude/Prelude.hs.&lt;/li&gt;
&lt;li&gt;  It exports Monoid and Applicative, like base 4.8 prelude, but works with older base versions.&lt;/li&gt;
&lt;li&gt;  It exports (&amp;lt;&amp;gt;) for mappend.&lt;/li&gt;
&lt;li&gt;  It hides &#39;catch&#39; on older base versions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added a &lt;code&gt;stack.ymal&lt;/code&gt; and stack install instructions to INSTALL.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clarified what is &quot;out of scope&quot; in README and CONTRIBUTING.md.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added note to CONTRIBUTING.md about ghc versions and travis.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clarify docs on block quotes. The space after &lt;code&gt;&amp;gt;&lt;/code&gt; is optional (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2346&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2346&quot; data-id=&quot;99029044&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2346&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Removed obsolete reference to default.csl (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2372&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2372&quot; data-id=&quot;102998627&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2372&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;List all styles in manual for &lt;code&gt;--reference-docx&lt;/code&gt; (Chris Black)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Don&#39;t capitalize header links in man page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added section on repl to CONTRIBUTING.md.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;README: Added space after backslash in image example (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2329&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2329&quot; data-id=&quot;97255595&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2329&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Document details of citation locator terms (Nick Bart).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed some internal links in README (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2309&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2309&quot; data-id=&quot;95826204&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2309&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improve CSL documentation, variables documentations, links, and cross-references in README. (Andrew Dunning)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fix build failure with &lt;code&gt;--flags=-https&lt;/code&gt; (Sergei Trofimovich).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use &lt;code&gt;newManager&lt;/code&gt; instead of &lt;code&gt;withManager&lt;/code&gt; in recent &lt;code&gt;http-client&lt;/code&gt;. This avoids a deprecation warning.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allow building with latest versions of http-types, HUnit, criterion, syb, aeson.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Updated benchmark program for new criterion API.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Setup.hs: rewrite so as not to use process, directory, filepath. Using anything outside base is dangerous, since older versions of ghc may link against two different versions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added appveyor (Windows continuous integration) builds.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New &lt;code&gt;.travis.yml&lt;/code&gt;. Autgenerated using &lt;code&gt;make_travis_yml.hs&lt;/code&gt;. This script has been modified in a few ways, e.g. to add &lt;code&gt;GHCOPTS&lt;/code&gt;. &lt;code&gt;make .travis.yml&lt;/code&gt; regenerates it based on the tested-with field of the cabal file.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Where&#39;s the Windows package?  See &lt;a href=&quot;https://github.com/jgm/pandoc/releases/1.15.1.1&quot;&gt;pandoc 1.15.1.1&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.15.0.6</id>
<updated>2015-07-15T17:08:33Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.15.0.6"/>
<title>pandoc 1.15.0.6</title>
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;--self-contained&lt;/code&gt;: Fixed overaggressive CSS minimization (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2301&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2301&quot; data-id=&quot;95195654&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2301&lt;/a&gt;, 2286). Previously &lt;code&gt;--self-contained&lt;/code&gt; wiped out all spaces in CSS, including semantically significant spaces. This was a regression from 1.14.x.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Markdown reader: don&#39;t allow bare URI links or autolinks in link label (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2300&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2300&quot; data-id=&quot;95016605&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2300&lt;/a&gt;). Added test cases.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Text.Pandoc.Parsing&lt;/code&gt;, &lt;code&gt;uri&lt;/code&gt;: Improved bare autolink detection (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2299&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2299&quot; data-id=&quot;94977529&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2299&lt;/a&gt;). Previously we disallowed &lt;code&gt;-&lt;/code&gt; at the end of an autolink, and disallowed the combination &lt;code&gt;=-&lt;/code&gt;. This commit liberalizes the rules for allowing punctuation in a bare URI, and adds test cases. One potential drawback is that you can no longer put a bare URI in em dashes like this: &lt;code&gt;this uri---http://example.com---is an example.&lt;/code&gt; But in this respect we now match github&#39;s treatment of bare URIs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML writer: support speaker notes in dzslides. With this change &lt;code&gt;&amp;lt;div class=&quot;notes&quot;&amp;gt;&lt;/code&gt; and also &lt;code&gt;&amp;lt;div class=&quot;notes&quot; role=&quot;note&quot;&amp;gt;&lt;/code&gt; will be output if &lt;code&gt;-t dzslides&lt;/code&gt; is used. So we can have speaker notes in dzslides too. Thanks to maybegeek.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Updated dzslides template.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved documentation of options to print system default files (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2298&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2298&quot; data-id=&quot;94847175&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2298&lt;/a&gt;). &lt;code&gt;--print-default-data-file&lt;/code&gt; and &lt;code&gt;--print-default-template&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;DokuWiki writer: use &lt;code&gt;$..$&lt;/code&gt; for Math instead of &lt;code&gt;&amp;lt;math&amp;gt;..&amp;lt;/math&amp;gt;&lt;/code&gt; (Tiziano Müller). MathJax seems currently to be the only maintained math rendering extension for DokuWiki.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Text.Pandoc.Shared&lt;/code&gt;: Changed &lt;code&gt;hierarchicalize&lt;/code&gt; so it treats references div as top-level header (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2294&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2294&quot; data-id=&quot;94574765&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2294&lt;/a&gt;). This fixes a bug with &lt;code&gt;--section-divs&lt;/code&gt;, where the final references section added by pandoc-citeproc, enclosed in its own div, got nested in the div for the section previous to it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allow vector 0.11.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Require cmark &amp;gt; 0.4.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/571770/1.15.0.5</id>
<updated>2015-07-10T19:27:13Z</updated>
<link rel="alternate" type="text/html" href="/jgm/pandoc/releases/tag/1.15.0.5"/>
<title>pandoc 1.15.0.5</title>
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;HTML writer: Fixed email javascript obfuscation with &lt;code&gt;mailto:&lt;/code&gt; URLs (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2280&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2280&quot; data-id=&quot;93585116&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2280&lt;/a&gt;). This fixes a potential security issue. Because single quotes weren&#39;t being escaped in the link portion, a specially crafted email address could allow javascript code injection.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Markdown/HTML readers: Avoid parsing partial URLs like &lt;code&gt;&amp;lt;www.pandoc.org/blah#foo&amp;gt;&lt;/code&gt; as HTML tags (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2277&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2277&quot; data-id=&quot;93374734&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2277&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;RST reader: allow inline formatting in definition list field names (Lars-Dominik Braun).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;PDF: Make sure &lt;code&gt;--latex-engine-opt&lt;/code&gt; goes before the filename on the command line. LaTeX needs the argument to come after the options (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/1779&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/1779&quot; data-id=&quot;50325927&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#1779&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CommonMark writer: fixed tags used for super/subscript.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ConTeXt template: activate hanging indent for definition lists (mb21).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Make cabal require &lt;code&gt;hsb2hs&lt;/code&gt; &amp;gt;= 0.3.1 if &lt;code&gt;embed_data_files&lt;/code&gt; specified. This is done by adding &lt;code&gt;hookedPrograms&lt;/code&gt; in &lt;code&gt;Setup.hs&lt;/code&gt;, which allows us to include &lt;code&gt;hsb2hs&lt;/code&gt; in Build-Tools in cabal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved Windows installer (thanks to nkalvi).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  When per-machine installation is chosen, the system path is updated instead of the user&#39;s.&lt;/li&gt;
&lt;li&gt;  An appropriate default is used for per-machine installation directory.&lt;/li&gt;
&lt;li&gt;  Admin privileges are no longer required for a per-user install&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Travis: unpack sdist for build to catch packaging bugs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved documentation on where user templates go (&lt;a href=&quot;https://github.com/jgm/pandoc/issues/2272&quot; class=&quot;issue-link js-issue-link&quot; data-url=&quot;https://github.com/jgm/pandoc/issues/2272&quot; data-id=&quot;93007336&quot; data-error-text=&quot;Failed to load issue title&quot; data-permission-text=&quot;Issue title is private&quot;&gt;#2272&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>jgm</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars3.githubusercontent.com/u/3044?v=3&amp;s=60"/>
  </entry>
</feed>
vitorgalvao commented 8 years ago

Closing in favour of #17794.