<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/tables.docbook, 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-01-26T21:40:57Z</updated>
<entry>
<title>Split writeDocbook into writeDocbook4, writeDocbook5.</title>
<updated>2017-01-26T21:40:57Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-01-26T21:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b6c1d491f5379f1924657f525540766dbbc1ae0f'/>
<id>urn:sha1:b6c1d491f5379f1924657f525540766dbbc1ae0f</id>
<content type='text'>
Removed writerDocbookVersion in WriterOptions.
Renamed default.docbook template to default.docbook4.
Allow docbook4 as an output format.
But alias docbook = docbook4.
</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>Docbook writer: Use CALS tables (instead of XHTML tables).</title>
<updated>2011-07-25T06:24:03Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-07-25T06:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=07c7cd19459da37372fc888e3e34e7feee284aec'/>
<id>urn:sha1:07c7cd19459da37372fc888e3e34e7feee284aec</id>
<content type='text'>
Reason:  Some older docbook software does not work with XHTML
tables.

Closes #77.
</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>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>Docbook writer: handle headerless tables.</title>
<updated>2010-03-09T04:34:07Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-03-09T04:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0cf4652ad6cb59f5c10058f1dfc03cb2b2ab620d'/>
<id>urn:sha1:0cf4652ad6cb59f5c10058f1dfc03cb2b2ab620d</id>
<content type='text'>
In addition, use cols, thead, and tbody.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1874 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Fixed docbook writer for headerless tables.</title>
<updated>2010-03-07T19:35:06Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-03-07T19:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e9de86de2df265de24a937d14146518042af1bc3'/>
<id>urn:sha1:e9de86de2df265de24a937d14146518042af1bc3</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1863 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Updated docbook writer to use new templates.</title>
<updated>2009-12-31T01:16:44Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7dc43d3684045d5e83c2440a75040f22de4efcf4'/>
<id>urn:sha1:7dc43d3684045d5e83c2440a75040f22de4efcf4</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1728 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Better looking simple tables.  Resolves Issue #180.</title>
<updated>2009-11-28T03:22:33Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-11-28T03:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=98ff6b2fd06288598a7acf1f19b84418db47e6db'/>
<id>urn:sha1:98ff6b2fd06288598a7acf1f19b84418db47e6db</id>
<content type='text'>
* Markdown reader: simple tables are now given column widths of 0.

* Column width of 0 is interpreted as meaning: use default column width.

* Writers now include explicit column width information only
  for multiline tables.  (Exception:  RTF writer, which requires
  column widths.  In this case, columns are given equal widths,
  adding up to the text width.)

* Simple tables should now look better in most output formats.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1631 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Brought test suite up to date.</title>
<updated>2007-07-28T19:15:30Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-07-28T19:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=de72aea6b444c8e922605fdb0c1c8dafd75f534a'/>
<id>urn:sha1:de72aea6b444c8e922605fdb0c1c8dafd75f534a</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@828 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
