<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/doc, 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>2021-12-28T11:35:22Z</updated>
<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: 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>
<entry>
<title>JATS templates: fix affiliation tagging in articleauthoring output</title>
<updated>2021-12-23T08:11:54Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-23T07:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ddd1b856087b7620d9b314026a76dd53d52d65b6'/>
<id>urn:sha1:ddd1b856087b7620d9b314026a76dd53d52d65b6</id>
<content type='text'>
Affiliations were `xlink`ed even in the articleauthoring tag set, but
`&lt;aff&gt;` are not allowed as children of `contrib-group` elements in that
tag set. Each affiliation must be listed directly in the contrib
element.
</content>
</entry>
<entry>
<title>JATS templates: add support for article subtitles</title>
<updated>2021-12-23T08:11:54Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-22T21:51:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7954070b0141700e17b6bc986d134fed90de7a02'/>
<id>urn:sha1:7954070b0141700e17b6bc986d134fed90de7a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua: simplify and deprecate function `pandoc.utils.equals`</title>
<updated>2021-12-21T18:01:11Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-21T17:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=17a32a99a5eefadc5ebe66d441b6c4f7a0d2f438'/>
<id>urn:sha1:17a32a99a5eefadc5ebe66d441b6c4f7a0d2f438</id>
<content type='text'>
The function is no longer required for element comparisons; it is now an
alias for the `==` operator.
</content>
</entry>
<entry>
<title>Lua: add new library function `pandoc.utils.type`.</title>
<updated>2021-12-21T17:24:21Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-21T08:40:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d7cab5198269fbbdbc40f54a2ad7aeb83fee619f'/>
<id>urn:sha1:d7cab5198269fbbdbc40f54a2ad7aeb83fee619f</id>
<content type='text'>
The function behaves like the default `type` function from Lua's
standard library, but is aware of pandoc userdata types. A typical
use-case would be to determine the type of a metadata value.
</content>
</entry>
<entry>
<title>doc/lua-filters: numbers are now accepted as MetaValue</title>
<updated>2021-12-19T14:59:05Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-19T14:59:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=74c2d9eb07f26da89698e051891fa084ffdfea8e'/>
<id>urn:sha1:74c2d9eb07f26da89698e051891fa084ffdfea8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua: change representation of TableHead, TableFoot, and Row values.</title>
<updated>2021-12-19T08:44:56Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-19T08:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a0af1b5926e45c830f734883b909e733fd3c01cb'/>
<id>urn:sha1:a0af1b5926e45c830f734883b909e733fd3c01cb</id>
<content type='text'>
The objects now also follow the principle that element attributes are
accessible through the `.attr` field. Rows in `TableHead` and
`TableFoot` are available via the `.rows` field. Row objects have a
`.cells` field, containing the list of table cells.

Closes: #7718
</content>
</entry>
<entry>
<title>Lua: add function `pandoc.utils.references`</title>
<updated>2021-12-17T22:45:27Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-17T16:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7a70b87facffe5f2daaaa58af9fadad89b81a9e9'/>
<id>urn:sha1:7a70b87facffe5f2daaaa58af9fadad89b81a9e9</id>
<content type='text'>
List with all cited references of a document.

Closes: #7752
</content>
</entry>
<entry>
<title>doc/lua-filters.md: add docs for `Cell` constructor</title>
<updated>2021-12-14T08:13:38Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-14T08:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ce44cf688a0e37f001dccfdb014f4ecd6e55d6ab'/>
<id>urn:sha1:ce44cf688a0e37f001dccfdb014f4ecd6e55d6ab</id>
<content type='text'>
</content>
</entry>
</feed>
