<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/tables.opendocument, 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>Made `smart` extension default for pandoc markdown.</title>
<updated>2017-01-25T16:07:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-01-15T19:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4f6e6247f9a672770a6d7a55a3aa2709a860ff38'/>
<id>urn:sha1:4f6e6247f9a672770a6d7a55a3aa2709a860ff38</id>
<content type='text'>
Updated tests.
</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>ODT Writer: Figure captions - Tests update</title>
<updated>2015-04-11T21:56:02Z</updated>
<author>
<name>Nikolay Yakimov</name>
<email>root@livid.pp.ru</email>
</author>
<published>2015-04-11T21:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=66a8016bb3902c45216004e3c0392761e55756db'/>
<id>urn:sha1:66a8016bb3902c45216004e3c0392761e55756db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenDocument writer: Use "First paragraph" style after most non-para blocks.</title>
<updated>2011-03-16T19:35:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-03-16T19:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d1304e835670a3e025e0f1b5ca3d38dca1ee6d62'/>
<id>urn:sha1:d1304e835670a3e025e0f1b5ca3d38dca1ee6d62</id>
<content type='text'>
(Not just headers, as in the last patch.)
Patch from Andrea Rossato, slightly modified by JM.
</content>
</entry>
<entry>
<title>pandoc:  Add newline to output unless standalone.</title>
<updated>2011-01-07T05:05:28Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-01-07T05:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=93c3e27731321294a204c465f8b917946db38c85'/>
<id>urn:sha1:93c3e27731321294a204c465f8b917946db38c85</id>
<content type='text'>
This avoids output that does not end with a newline, which
is inconvenient when working with many tools.

Updated tests accordingly.
</content>
</entry>
<entry>
<title>OpenDocument writer: Updated to use Pretty.</title>
<updated>2010-12-22T00:59:17Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-12-22T00:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c9040249448f00d9713281fb8986fc55376c44a1'/>
<id>urn:sha1:c9040249448f00d9713281fb8986fc55376c44a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made spacing at end of output more consistent.</title>
<updated>2010-07-20T19:42:12Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-07-20T19:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=feb70b6e93151682d0560ea30318d5c23ecae8e9'/>
<id>urn:sha1:feb70b6e93151682d0560ea30318d5c23ecae8e9</id>
<content type='text'>
Previously some of the writers added spurious whitespace.
This has been removed, resolving Issue #232.

NOTE: If your application combines pandoc's output with other
text, for example in a template, you may need to add spacing.
For example, a pandoc-generated markdown file will not have
a blank line after the final block element.  If you are inserting
it into another markdown file, you will need to make sure there
is a blank line between it and the next block element.
</content>
</entry>
<entry>
<title>OpenDocument writer: handle tables with no headers.</title>
<updated>2010-03-13T03:19:19Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-03-13T03:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a35af5db295b0e0c598b1ff68f52fc14a4d3911e'/>
<id>urn:sha1:a35af5db295b0e0c598b1ff68f52fc14a4d3911e</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1882 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Opendocument writer: support new templates.</title>
<updated>2009-12-31T01:17:12Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e0ab9353534a33c60022cd33e732320a60c26325'/>
<id>urn:sha1:e0ab9353534a33c60022cd33e732320a60c26325</id>
<content type='text'>
Also, don't generate unneeded style declarations.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1731 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
