<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/tables.texinfo, 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>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>Texinfo writer: Updated to use Pretty.</title>
<updated>2010-12-22T19:43:43Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-12-22T19:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8e9c490b0aa71423df5c0cfc7f9e09f5b0643c49'/>
<id>urn:sha1:8e9c490b0aa71423df5c0cfc7f9e09f5b0643c49</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>Texinfo writer: fixed headerless tables.</title>
<updated>2010-03-13T03:19:03Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-03-13T03:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bc31d9fe28db967bf02bc165300f68b5061f8db9'/>
<id>urn:sha1:bc31d9fe28db967bf02bc165300f68b5061f8db9</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1880 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>Committed novalazy's initial patch for texinfo output,</title>
<updated>2008-02-24T05:48:41Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-02-24T05:48:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=49e0e507b72c51da39882f37e405747101213353'/>
<id>urn:sha1:49e0e507b72c51da39882f37e405747101213353</id>
<content type='text'>
including tests for texinfo writer.


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