<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2022-01-16T17:49:37Z</updated>
<entry>
<title>LaTeX: parse thebibliography</title>
<updated>2022-01-16T17:49:37Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-01-13T17:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f62f8b7ef2f1c2357fbd41f5226fe433e632e042'/>
<id>urn:sha1:f62f8b7ef2f1c2357fbd41f5226fe433e632e042</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the tests</title>
<updated>2021-12-29T13:50:01Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2021-12-29T13:48:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b80b03c0b3d03c9504854fe97e7e6def6fe7c609'/>
<id>urn:sha1:b80b03c0b3d03c9504854fe97e7e6def6fe7c609</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LaTeX-&gt;HTML: Automatically generate the TOC</title>
<updated>2021-12-29T13:46:11Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2021-12-29T13:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=004d06cfdca6b15364f39d632daf87675ce18b8d'/>
<id>urn:sha1:004d06cfdca6b15364f39d632daf87675ce18b8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge https://github.com/jgm/pandoc</title>
<updated>2021-12-29T13:00:59Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2021-12-29T13:00:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b4361712899fd0183fea5513180cb383979616de'/>
<id>urn:sha1:b4361712899fd0183fea5513180cb383979616de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `splitDirectories` istead of `splitPath`.</title>
<updated>2021-12-29T00:31:54Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-29T00:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d960282b105a6469c760b4308a3b81da723b7256'/>
<id>urn:sha1:d960282b105a6469c760b4308a3b81da723b7256</id>
<content type='text'>
We were using `splitPath` in two places in the code
where `splitDirectories` should have been used.

This led to a test for `..` in paths in `extractMedia`
failing, so that images with `..` in the path name
could be extracted outside the directory specified
by `extractMedia`.

It also led a test for `media` in resource paths to fail
in the docx reader.
</content>
</entry>
<entry>
<title>OpenDocument writer: fix vertical align bug with display math.</title>
<updated>2021-12-29T00:06:25Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-29T00:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7d56650e0137daf504fdd79187811f091d4eee37'/>
<id>urn:sha1:7d56650e0137daf504fdd79187811f091d4eee37</id>
<content type='text'>
Previously some displayed formulas would be floated above
a preceding text line.  This is fixed by setting vertical-rel
to 'text' rather than 'paragraph-content'.

Closes #7777.
</content>
</entry>
<entry>
<title>doc/lua-filters.md: improve documentation of `make_sections`</title>
<updated>2021-12-28T11:35:22Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-28T11:35:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8bd22270c8ac5d4f76164f8c5854ba26e901e161'/>
<id>urn:sha1:8bd22270c8ac5d4f76164f8c5854ba26e901e161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua: improve handling of empty caption, body by `from_simple_table`</title>
<updated>2021-12-25T20:20:18Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-25T19:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fbd2c8e376eea5eccc0b799f8e48d10c7ab8b6d9'/>
<id>urn:sha1:fbd2c8e376eea5eccc0b799f8e48d10c7ab8b6d9</id>
<content type='text'>
Create truly empty table caption and body when these are empty in the
simple table.

Fixes: #7776
</content>
</entry>
<entry>
<title>JATS template: fix position of contrib affiliations in authoring set</title>
<updated>2021-12-23T18:09:22Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-23T17:45:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e54f6dcd7a6367d6d6408a4a5151b703aef3c533'/>
<id>urn:sha1:e54f6dcd7a6367d6d6408a4a5151b703aef3c533</id>
<content type='text'>
Any `&lt;aff&gt;` element must come before any `&lt;email&gt;` element.
</content>
</entry>
<entry>
<title>Lua: use released pandoc-lua-marshal-0.1.3.</title>
<updated>2021-12-23T15:04:35Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-23T14:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fae63b09bb5034b961118181d80a4377d12d223b'/>
<id>urn:sha1:fae63b09bb5034b961118181d80a4377d12d223b</id>
<content type='text'>
Inlines, Blocks, and List objects now have an `__eq` metamethod, testing
equality by comparing two lists element-wise.
</content>
</entry>
</feed>
