<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/Text/Pandoc/Writers/JATS, 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-11-12T10:56:58Z</updated>
<entry>
<title>JATS writer: add URL to element citation entries</title>
<updated>2021-11-12T10:56:58Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-11-12T10:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=da96e1ff40d359b43c5f0bf06a56f98fedcb8a68'/>
<id>urn:sha1:da96e1ff40d359b43c5f0bf06a56f98fedcb8a68</id>
<content type='text'>
The URL of a reference, if present, is added in tag `&lt;uri&gt;` to
element-citation entries.
</content>
</entry>
<entry>
<title>JATS writer: reduce unnecessary use of &lt;p&gt; elements for wrapping</title>
<updated>2021-04-16T20:47:37Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-04-16T20:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=5f79a66ed64e9b0cc326e467dcb17239f1596fcc'/>
<id>urn:sha1:5f79a66ed64e9b0cc326e467dcb17239f1596fcc</id>
<content type='text'>
The `&lt;p&gt;` element is used for wrapping in cases were the contents would
otherwise not be allowed in a certain context. Unnecessary wrapping is
avoided, especially around quotes (`&lt;disp-quote&gt;` elements).

Closes: #7227
</content>
</entry>
<entry>
<title>JATS writer: escape disallows chars in identifiers</title>
<updated>2021-04-05T19:55:54Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-04-05T19:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=038261ea529bc4516d7cee501db70020938dbf2b'/>
<id>urn:sha1:038261ea529bc4516d7cee501db70020938dbf2b</id>
<content type='text'>
XML identifiers must start with an underscore or letter, and can contain
only a limited set of punctuation characters. Any IDs not adhering to
these rules are rewritten by writing the offending characters as Uxxxx,
where `xxxx` is the character's hex code.
</content>
</entry>
<entry>
<title>JATS writer: escape special chars in reference elements.</title>
<updated>2021-01-29T08:51:20Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-01-29T08:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=300b9b0ea365187240115afbfed0df7fa438a7b3'/>
<id>urn:sha1:300b9b0ea365187240115afbfed0df7fa438a7b3</id>
<content type='text'>
Prevents the generation of invalid markup if a citation element contains
an ampersand or another character with a special meaning in XML.
</content>
</entry>
<entry>
<title>JATS writer: allow to use element-citation</title>
<updated>2021-01-22T18:35:08Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-01-20T18:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b4b3560191b3699dd4db9d069244925a3c6074db'/>
<id>urn:sha1:b4b3560191b3699dd4db9d069244925a3c6074db</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>JATS writer: support advanced table features</title>
<updated>2020-11-19T21:09:52Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2020-11-17T16:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d2862421315a0be59e2e2ec088b9b24928224aa2'/>
<id>urn:sha1:d2862421315a0be59e2e2ec088b9b24928224aa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>JATS writer: wrap all tables</title>
<updated>2020-11-18T17:10:17Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2020-11-18T16:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=023468ea2d625516eb9ad6cef2240b2ac20091d4'/>
<id>urn:sha1:023468ea2d625516eb9ad6cef2240b2ac20091d4</id>
<content type='text'>
All `&lt;table&gt;` elements are put inside `&lt;table-wrap&gt;` elements, as the
former are not valid as immediate child elements of `&lt;body&gt;`.
</content>
</entry>
<entry>
<title>JATS writer: move Table handling to separate module</title>
<updated>2020-11-17T08:46:30Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2020-11-13T09:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=94c9028819415a874b2469890de44108a98f8c48'/>
<id>urn:sha1:94c9028819415a874b2469890de44108a98f8c48</id>
<content type='text'>
This makes it easier to split the module into smaller parts.
</content>
</entry>
</feed>
