<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/odt/native, 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>2017-02-04T11:56:30Z</updated>
<entry>
<title>Moved tests/ -&gt; test/.</title>
<updated>2017-02-04T11:56:30Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-02-04T11:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc'/>
<id>urn:sha1:18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test case for issue #3223 (#3308)</title>
<updated>2016-12-13T16:20:10Z</updated>
<author>
<name>hubertp-lshift</name>
<email>hubertp@lshift.de</email>
</author>
<published>2016-12-13T16:20:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a840e41fad2081245677a1eb1b1c7dc83d24df4c'/>
<id>urn:sha1:a840e41fad2081245677a1eb1b1c7dc83d24df4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test case for bug 2752 (#3306)</title>
<updated>2016-12-13T13:20:21Z</updated>
<author>
<name>hubertp-lshift</name>
<email>hubertp@lshift.de</email>
</author>
<published>2016-12-13T13:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=46fa347471ed3d35578d7ee301f9741c52159b08'/>
<id>urn:sha1:46fa347471ed3d35578d7ee301f9741c52159b08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[odt] Infer table's caption from the paragraph (#3224)</title>
<updated>2016-11-26T20:45:56Z</updated>
<author>
<name>hubertp-lshift</name>
<email>hubertp@lshift.de</email>
</author>
<published>2016-11-26T20:45:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=015dead0bb2bb5cea06a0fa366fdd651c8e07889'/>
<id>urn:sha1:015dead0bb2bb5cea06a0fa366fdd651c8e07889</id>
<content type='text'>
ODT's reader always put empty captions for the parsed
tables. This commit
1) checks paragraphs that follow the table definition
2) treats specially a paragraph with a style named 'Table'
3) does some postprocessing of the paragraphs that combines
 tables followed immediately by captions

The ODT writer used 'TableCaption' style name for the caption
paragraph. This commit follows the open office approach which
allows for appending captions to table but uses a built-in style
named 'Table' instead of 'TableCaption'. Any users of odt format
(both writer and reader) are therefore required to change the
style's name to 'Table', if necessary.</content>
</entry>
<entry>
<title>Inline code when text has a special style</title>
<updated>2016-11-08T14:29:46Z</updated>
<author>
<name>Hubert Plociniczak</name>
<email>hubert.plociniczak@gmail.com</email>
</author>
<published>2016-10-26T13:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=13bc573e7f9e0602404dd37fec2c7cd14b5c56ee'/>
<id>urn:sha1:13bc573e7f9e0602404dd37fec2c7cd14b5c56ee</id>
<content type='text'>
When a piece of text has a text 'Source_Text' then
we assume that this is a piece of the document
that represents a code that needs to be inlined.
Addapted an odt writer to also reflect that change;
previously it was just writing a 'preformatted' text using
a non-distinguishable font style.

Code blocks are still not recognized by the ODT reader.
That's a separate issue.
</content>
</entry>
<entry>
<title>[odt] Infer tables' header props from rows (#3199)</title>
<updated>2016-11-01T09:07:39Z</updated>
<author>
<name>hubertp-lshift</name>
<email>hubertp@lshift.de</email>
</author>
<published>2016-11-01T09:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=01a21dd43fe170ba215b83179f6e10d51e77f3f5'/>
<id>urn:sha1:01a21dd43fe170ba215b83179f6e10d51e77f3f5</id>
<content type='text'>
ODT reader simply provided an empty header list
which meant that the contents of the whole table,
even if not empty, was simply ignored.
While we still do not infer headers we at least have
to provide default properties of columns.</content>
</entry>
<entry>
<title>Image with a caption needs special formatting</title>
<updated>2016-10-19T09:40:44Z</updated>
<author>
<name>Hubert Plociniczak</name>
<email>hubert.plociniczak@gmail.com</email>
</author>
<published>2016-10-19T09:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=dd799df0aed2df843c6881cec296869b622c0780'/>
<id>urn:sha1:dd799df0aed2df843c6881cec296869b622c0780</id>
<content type='text'>
Latex Writer only handles captions if the image's title
is prefixed with 'fig:'.
</content>
</entry>
<entry>
<title>Merge pull request #3166 from hubertp-lshift/bug/3134</title>
<updated>2016-10-18T20:03:45Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-10-18T20:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4a2a7a21e5e8bf0d11abd214d372729eb9eb8d0c'/>
<id>urn:sha1:4a2a7a21e5e8bf0d11abd214d372729eb9eb8d0c</id>
<content type='text'>
Issue 3143: Don't duplicate text for anchors</content>
</entry>
<entry>
<title>Merge pull request #3165 from hubertp-lshift/feature/odt-image</title>
<updated>2016-10-18T20:00:58Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-10-18T20:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0cd11b3e5404fa6fca7538098bcf315343d1a237'/>
<id>urn:sha1:0cd11b3e5404fa6fca7538098bcf315343d1a237</id>
<content type='text'>
[odt] images parser</content>
</entry>
<entry>
<title>Issue 3143: Don't duplicate text for anchors</title>
<updated>2016-10-18T08:50:37Z</updated>
<author>
<name>Hubert Plociniczak</name>
<email>hubert.plociniczak@gmail.com</email>
</author>
<published>2016-10-18T08:50:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c74c5fdd97e8bf4c160a42dff72e3a521294bcda'/>
<id>urn:sha1:c74c5fdd97e8bf4c160a42dff72e3a521294bcda</id>
<content type='text'>
When creating an anchor element we were adding its representation
as well as the original content, leading to text duplication.
</content>
</entry>
</feed>
