<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/cabal.project, 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-23T15:04:35Z</updated>
<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>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>Put sourcepos attribute on header, not enclosing div...</title>
<updated>2021-12-21T17:55:17Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-21T17:55:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8734057dff33cbfad45c81847a1efd371380d5c4'/>
<id>urn:sha1:8734057dff33cbfad45c81847a1efd371380d5c4</id>
<content type='text'>
with `-f commonmark+sourcepos`.

Closes #7769.
</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>Use dev texmath.</title>
<updated>2021-12-15T06:22:09Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-15T06:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6303952623d7a9fe2c5e9f618abd812d48ca3fcd'/>
<id>urn:sha1:6303952623d7a9fe2c5e9f618abd812d48ca3fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua: support topdown traversals</title>
<updated>2021-12-13T16:52:19Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-13T11:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b79bf192ec1dee8311bc146bbd876de02ceaf13a'/>
<id>urn:sha1:b79bf192ec1dee8311bc146bbd876de02ceaf13a</id>
<content type='text'>
The traversal order of filters can now be selected by setting the key
`traverse` of the filter to either `'topdown'` or `'typewise'`; the
default remains `'typewise'`.

Topdown traversals can be cut short by returning `false` as a second
value from the filter function. No child-element of the returned element
is processed in that case.
</content>
</entry>
<entry>
<title>Switch to released pandoc-lua-marshal-0.1.2</title>
<updated>2021-12-10T16:24:50Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-10T13:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3e7b46af642b205439e3dee52d805d738c4ad954'/>
<id>urn:sha1:3e7b46af642b205439e3dee52d805d738c4ad954</id>
<content type='text'>
Cell values are now marshaled as userdata objects; a constructor
function for table cells is provided as `pandoc.Cell`.
</content>
</entry>
<entry>
<title>Lua: update to latest pandoc-lua-marshal (0.1.1)</title>
<updated>2021-12-09T17:22:29Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-06T15:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fa643ba6d78fd97f0a779840dca32bfea3b296f8'/>
<id>urn:sha1:fa643ba6d78fd97f0a779840dca32bfea3b296f8</id>
<content type='text'>
- `walk` methods are added to `Block` and `Inline` values; the methods
  are similar to `pandoc.utils.walk_block` and
  `pandoc.utils.walk_inline`, but apply to filter also to the element
  itself, and therefore return a list of element instead of a single
  element.

- Functions of name `Doc` are no longer accepted as alternatives for
  `Pandoc` filter functions. This functionality was undocumented.
</content>
</entry>
<entry>
<title>Use latest dev version of ipynb.</title>
<updated>2021-12-08T16:55:26Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-08T16:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8215ca081df398c1acce7612bec4605a97e4e8d0'/>
<id>urn:sha1:8215ca081df398c1acce7612bec4605a97e4e8d0</id>
<content type='text'>
This should give us deterministic JSON output for mime bundles.
</content>
</entry>
<entry>
<title>Ipynb reader &amp; writer: properly handle cell "id".</title>
<updated>2021-12-07T07:40:51Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-07T07:39:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=51142c6803cab7486dbe962f274174d246e571aa'/>
<id>urn:sha1:51142c6803cab7486dbe962f274174d246e571aa</id>
<content type='text'>
This is passed through if it exists (in Nb4); otherwise
the writer will add a random one so that cells all have
an "id".

Closes #7728.
</content>
</entry>
</feed>
