<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/Tests/Readers/Org/Block, 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-02-13T21:00:37Z</updated>
<entry>
<title>Org: support task_lists extension</title>
<updated>2021-02-13T21:00:37Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-02-13T08:37:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a3beed9db874517fa57b55380658f4e019e809b2'/>
<id>urn:sha1:a3beed9db874517fa57b55380658f4e019e809b2</id>
<content type='text'>
The tasks lists extension is now supported by the org reader and writer;
the extension is turned on by default.

Closes: #6336
</content>
</entry>
<entry>
<title>Avoid unnecessary use of NoImplicitPrelude pragma (#7089)</title>
<updated>2021-02-07T18:02:35Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-02-07T18:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d202f7eb77242bd2d9395b950b74fc9b22f9ae13'/>
<id>urn:sha1:d202f7eb77242bd2d9395b950b74fc9b22f9ae13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright notices for 2021 (#7012)</title>
<updated>2021-01-08T17:38:20Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-01-08T17:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4f3434586743afb69f00ca91fe6ec9b68b39ae7e'/>
<id>urn:sha1:4f3434586743afb69f00ca91fe6ec9b68b39ae7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Org reader: restructure output of captioned code blocks</title>
<updated>2021-01-01T10:18:36Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-01-01T09:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=17e3efc785fa8b0680ec6d4ebaac1ea6bdb57e1a'/>
<id>urn:sha1:17e3efc785fa8b0680ec6d4ebaac1ea6bdb57e1a</id>
<content type='text'>
The Div wrapper of code blocks with captions now has the class
"captioned-content". The caption itself is added as a Plain block
inside a Div of class "caption". This makes it easier to write filters
which match on captioned code blocks. Existing filters will need to be
updated.

Closes: #6977
</content>
</entry>
<entry>
<title>Replace org #+KEYWORDS with #+keywords</title>
<updated>2020-11-18T13:48:56Z</updated>
<author>
<name>TEC</name>
<email>tec@tecosaur.com</email>
</author>
<published>2020-11-17T18:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0306eec5fa3591fc864d9e2e3c0b84a1229509e6'/>
<id>urn:sha1:0306eec5fa3591fc864d9e2e3c0b84a1229509e6</id>
<content type='text'>
As of ~2 years ago, lower case keywords became the standard (though they
are handled case insensitive, as always):
https://code.orgmode.org/bzg/org-mode/commit/13424336a6f30c50952d291e7a82906c1210daf0

Upper case keywords are exclusive to the manual:
- https://orgmode.org/list/871s50zn6p.fsf@nicolasgoaziou.fr/
- https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/
</content>
</entry>
<entry>
<title>Fix hlint suggestions, update hlint.yaml (#6680)</title>
<updated>2020-09-13T14:48:14Z</updated>
<author>
<name>Christian Despres</name>
<email>50160106+despresc@users.noreply.github.com</email>
</author>
<published>2020-09-13T14:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=cae155b095e5182cc1b342b21f7430e40afe7ba8'/>
<id>urn:sha1:cae155b095e5182cc1b342b21f7430e40afe7ba8</id>
<content type='text'>
* Fix hlint suggestions, update hlint.yaml

Most suggestions were redundant brackets. Some required
LambdaCase.

The .hlint.yaml file had a small typo, and didn't ignore camelCase
suggestions in certain modules.
</content>
</entry>
<entry>
<title>Use the new builders, modify readers to preserve empty headers</title>
<updated>2020-04-16T03:03:22Z</updated>
<author>
<name>despresc</name>
<email>christian.j.j.despres@gmail.com</email>
</author>
<published>2020-04-10T00:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c7814f31e155da212bd3323294db08fe1f4d8ab9'/>
<id>urn:sha1:c7814f31e155da212bd3323294db08fe1f4d8ab9</id>
<content type='text'>
The Builder.simpleTable now only adds a row to the TableHead when the
given header row is not null. This uncovered an inconsistency in the
readers: some would unconditionally emit a header filled with empty
cells, even if the header was not present. Now every reader has the
conditional behaviour. Only the XWiki writer depended on the header
row being always present; it now pads its head as necessary.
</content>
</entry>
<entry>
<title>Adapt to the newest Table type, fix some previous adaptation issues</title>
<updated>2020-04-16T03:03:22Z</updated>
<author>
<name>despresc</name>
<email>christian.j.j.despres@gmail.com</email>
</author>
<published>2020-04-04T20:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4e34d366df31937cdc69b6b366355f10a84c16b2'/>
<id>urn:sha1:4e34d366df31937cdc69b6b366355f10a84c16b2</id>
<content type='text'>
- Writers.Native is now adapted to the new Table type.

- Inline captions should now be conditionally wrapped in a Plain, not
  a Para block.

- The toLegacyTable function now lives in Writers.Shared.
</content>
</entry>
<entry>
<title>Implement the new Table type</title>
<updated>2020-04-16T03:03:22Z</updated>
<author>
<name>despresc</name>
<email>christian.j.j.despres@gmail.com</email>
</author>
<published>2020-03-28T22:22:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7254a2ae0ba40b29c04b8924f27739614229432b'/>
<id>urn:sha1:7254a2ae0ba40b29c04b8924f27739614229432b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year (#6186)</title>
<updated>2020-03-13T16:52:47Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2020-03-13T16:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=11b5f1e40b4c1e4ddbfb93a8d75bfd55ef52a6df'/>
<id>urn:sha1:11b5f1e40b4c1e4ddbfb93a8d75bfd55ef52a6df</id>
<content type='text'>
* Update copyright year

* Copyright: add notes for Lua and Jira modules</content>
</entry>
</feed>
