<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/tables.html, 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-25T20:51:26Z</updated>
<entry>
<title>Provide explicit separate functions for HTML 4 and 5.</title>
<updated>2017-01-25T20:51:26Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-01-25T20:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fce0a60f0a85d6c3a9e7633074ecd781af08c75b'/>
<id>urn:sha1:fce0a60f0a85d6c3a9e7633074ecd781af08c75b</id>
<content type='text'>
* Text.Pandoc.Writers.HTML: removed writeHtml, writeHtmlString,
  added writeHtml4, writeHtml4String, writeHtml5, writeHtml5String.
* Removed writerHtml5 from WriterOptions.
* Renamed default.html template to default.html4.
* "html" now aliases to "html5"; to get the old HTML4 behavior,
  you must now specify "-t html4".
</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>HTML writer: don't include alignment attribute for default table columns.</title>
<updated>2016-02-03T21:31:21Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-02-03T21:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=93a05dffd3d08bf2cb3a41e0523540c3c4bf5814'/>
<id>urn:sha1:93a05dffd3d08bf2cb3a41e0523540c3c4bf5814</id>
<content type='text'>
Previously these were given "left" alignment.  Better to leave off
alignment attributes altogether.

Closes #2694.
</content>
</entry>
<entry>
<title>HTML writer:  use width on whole table if col widths sum to &lt; 100%.</title>
<updated>2015-10-30T19:36:36Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-10-30T19:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7843b5759a6c086dc29b7a2cdfa2bbb4ed2732ff'/>
<id>urn:sha1:7843b5759a6c086dc29b7a2cdfa2bbb4ed2732ff</id>
<content type='text'>
Otherwise some browsers display the table with the columns
separated far apart.
</content>
</entry>
<entry>
<title>HTML writer: Add colgroup around col tags.</title>
<updated>2014-03-05T21:01:23Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-03-05T21:01:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f3c9d3788530e450d1bb23a4fd829bc5a6eed266'/>
<id>urn:sha1:f3c9d3788530e450d1bb23a4fd829bc5a6eed266</id>
<content type='text'>
Also affects EPUB writer.
Closes #877.
</content>
</entry>
<entry>
<title>Improved HTML table output (line breaks).</title>
<updated>2011-02-05T07:35:10Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-02-05T07:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bdf23d3a5d621808bb96b6390fa77177daf3907a'/>
<id>urn:sha1:bdf23d3a5d621808bb96b6390fa77177daf3907a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated tests.</title>
<updated>2011-02-05T07:09:51Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-02-05T07:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bb89fd99596020f5d7b5bc00c0fe783fb2d1de12'/>
<id>urn:sha1:bb89fd99596020f5d7b5bc00c0fe783fb2d1de12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HTML writer: Spacing adjustments for Plain and RawHtml blocks.</title>
<updated>2011-02-05T05:05:48Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-02-05T05:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ce4f9a378703ad8043bec19722399b5d4b78f162'/>
<id>urn:sha1:ce4f9a378703ad8043bec19722399b5d4b78f162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated tests for new HTML format.</title>
<updated>2011-02-05T04:38:08Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-02-05T04:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=90647a56f6a742e7ecc1cec44042e256ff94b802'/>
<id>urn:sha1:90647a56f6a742e7ecc1cec44042e256ff94b802</id>
<content type='text'>
Verified against old tests using tidy and diff.
</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>
</feed>
