<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/tables, 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>2021-09-21T19:37:42Z</updated>
<entry>
<title>Use pretty-simple to format native output.</title>
<updated>2021-09-21T19:37:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-19T19:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c266734448544a118ed80e47deaa2590131c7f84'/>
<id>urn:sha1:c266734448544a118ed80e47deaa2590131c7f84</id>
<content type='text'>
Previously we used our own homespun formatting.  But this
produces over-long lines that aren't ideal for diffs in tests.
Easier to use something off-the-shelf and standard.

Closes #7580.

Performance is slower by about a factor of 10, but this isn't
really a problem because native isn't suitable as a serialization
format. (For serialization you should use json, because the reader
is so much faster than native.)
</content>
</entry>
<entry>
<title>LaTeX table writer: Increase column width precision (#7466)</title>
<updated>2021-08-03T21:34:39Z</updated>
<author>
<name>Peter Fabinski</name>
<email>github@peterfab.com</email>
</author>
<published>2021-08-03T21:34:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8667ba2bcc8a7da6ba50369161c0bcb9020780e8'/>
<id>urn:sha1:8667ba2bcc8a7da6ba50369161c0bcb9020780e8</id>
<content type='text'>
In some cases, the rounding performed by the LaTeX table
writer would introduce visible overrun outside the text
area.
This adds two more decimal places to the width values.</content>
</entry>
<entry>
<title>LaTeX writer: add strut at end of minipage if it contains...</title>
<updated>2021-06-22T06:33:00Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-06-22T06:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8eed5b90d09a4a0c2592c92215fa96c69cf35234'/>
<id>urn:sha1:8eed5b90d09a4a0c2592c92215fa96c69cf35234</id>
<content type='text'>
line breaks.  Without them, the last line is shorter
than it should be, at least in some cases.
</content>
</entry>
<entry>
<title>LaTeX writer: Fix regression in table header position.</title>
<updated>2021-06-05T20:13:58Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-06-05T20:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=21cc52abe33997ea2f2c539f10d26684b7633bc0'/>
<id>urn:sha1:21cc52abe33997ea2f2c539f10d26684b7633bc0</id>
<content type='text'>
In recent versions the table headers were no longer bottom-aligned
(if more than one line).  This patch fixes that by using minipages
for table headers in non-simple tables.

Closes #7347.
</content>
</entry>
<entry>
<title>LaTeX writer: revert table line height increase in 2.11.3.</title>
<updated>2021-01-02T15:56:07Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-01-02T15:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=9a18cf4b591364e7f0dc9b976628e91f8b31a6cf'/>
<id>urn:sha1:9a18cf4b591364e7f0dc9b976628e91f8b31a6cf</id>
<content type='text'>
In 2.11.3 we started adding `\addlinespace`, which produced less
dense tables.  This wasn't an intentional change; I misunderstood
a comment in the discussion leading up to the change. This commit
restores the earlier default table appearance.

Note that if you want a less dense table, you can use something like
`\def\arraystretch{1.5}` in your header.

Closes #6996.
</content>
</entry>
<entry>
<title>LaTeX writer: support colspans and rowspans in tables. (#6950)</title>
<updated>2020-12-21T02:04:54Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2020-12-21T02:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8f402beab922646d4c428b40a75fe4d140ab5e9e'/>
<id>urn:sha1:8f402beab922646d4c428b40a75fe4d140ab5e9e</id>
<content type='text'>
Note that the multirow package is needed for rowspans.
It is included in the latex template under a variable,
so that it won't be used unless needed for a table.
</content>
</entry>
<entry>
<title>test/tables/*.native: normalized (#6888)</title>
<updated>2020-11-25T06:33:36Z</updated>
<author>
<name>Kolen Cheung</name>
<email>ickc@users.noreply.github.com</email>
</author>
<published>2020-11-25T06:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bfb2a492c86f47833e530a0b8baf167b119f9138'/>
<id>urn:sha1:bfb2a492c86f47833e530a0b8baf167b119f9138</id>
<content type='text'>
The 3 native table test cases are normalized so that it will looks exactly like it is written by some pandoc writers.

Note that apart from white space normalization, it includes other normalization such as `[Str "Nordic countries"] to [Str "Nordic",Space,Str "countries"]`.</content>
</entry>
<entry>
<title>JATS writer: support advanced table features</title>
<updated>2020-11-19T21:09:52Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2020-11-17T16:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d2862421315a0be59e2e2ec088b9b24928224aa2'/>
<id>urn:sha1:d2862421315a0be59e2e2ec088b9b24928224aa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix duplicate "class" attribute in HTML writer</title>
<updated>2020-10-30T15:38:59Z</updated>
<author>
<name>Andy Morris</name>
<email>hello@andy-morris.xyz</email>
</author>
<published>2020-10-30T14:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f1f2728259ca0258a9870028a5c05b5973efdc20'/>
<id>urn:sha1:f1f2728259ca0258a9870028a5c05b5973efdc20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in comments, doc strings, error messages, and tests</title>
<updated>2020-10-14T20:26:51Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2020-10-14T19:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=90af1384433b1f537fa51f1018539d4d401ec73b'/>
<id>urn:sha1:90af1384433b1f537fa51f1018539d4d401ec73b</id>
<content type='text'>
Typos reported by
https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html

See: #6738
</content>
</entry>
</feed>
