<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/Text/Pandoc/Readers/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>2021-11-24T19:01:55Z</updated>
<entry>
<title>HTML reader: parse attributes on links and images.</title>
<updated>2021-11-24T19:01:55Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-11-24T19:01:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6072bdcec95df9f537b22fb7df4a5f8ea7958189'/>
<id>urn:sha1:6072bdcec95df9f537b22fb7df4a5f8ea7958189</id>
<content type='text'>
Closes #6970.
</content>
</entry>
<entry>
<title>HTML reader: handle empty tbody element in table.</title>
<updated>2021-09-23T16:25:37Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-23T16:25:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=aa89f6be186e2a442920860e5bf53149aabdac55'/>
<id>urn:sha1:aa89f6be186e2a442920860e5bf53149aabdac55</id>
<content type='text'>
Closes #7589.
</content>
</entry>
<entry>
<title>HTML reader:  treat commments as blank when parsing.</title>
<updated>2021-08-10T19:50:23Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-08-10T19:50:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3a924d8f96a336f6adcee5dd4c924c14a92a5bf7'/>
<id>urn:sha1:3a924d8f96a336f6adcee5dd4c924c14a92a5bf7</id>
<content type='text'>
This modifies pBlank.  Previously comments could sometimes
flummox the parser.

Cloes #7482.
</content>
</entry>
<entry>
<title>HTML reader: add col, colgroup to 'closes' definitions</title>
<updated>2021-07-06T17:21:59Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-07-06T17:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3ed37f00771d20a1b7516f2a37b7b424b3b2f1d8'/>
<id>urn:sha1:3ed37f00771d20a1b7516f2a37b7b424b3b2f1d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HTML reader: fix column width regression.</title>
<updated>2021-05-31T00:15:14Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-05-31T00:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fc70f44ee2814914c0d32f6dff30fb36cc51bf11'/>
<id>urn:sha1:fc70f44ee2814914c0d32f6dff30fb36cc51bf11</id>
<content type='text'>
Column widths specified with a style attribute were
off by a factor of 100 in 2.14.

Closes #7334.
</content>
</entry>
<entry>
<title>Handle relative lengths (e.g. `2*`) in HTML column widths.</title>
<updated>2021-05-23T05:03:54Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-05-23T04:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1af2cfb2873c5bb6ddd9fc00d076088b2e62af30'/>
<id>urn:sha1:1af2cfb2873c5bb6ddd9fc00d076088b2e62af30</id>
<content type='text'>
See &lt;https://www.w3.org/TR/html4/types.html#h-6.6&gt;.

"A relative length has the form "i*", where "i" is an integer. When
allotting space among elements competing for that space, user agents
allot pixel and percentage lengths first, then divide up remaining
available space among relative lengths. Each relative length receives a
portion of the available space that is proportional to the integer
preceding the "*". The value "*" is equivalent to "1*". Thus, if 60
pixels of space are available after the user agent allots pixel and
percentage space, and the competing relative lengths are 1*, 2*, and 3*,
the 1* will be alloted 10 pixels, the 2* will be alloted 20 pixels, and
the 3* will be alloted 30 pixels."

Closes #4063.
</content>
</entry>
<entry>
<title>Revert "HTML reader: simplify col width parsing"</title>
<updated>2021-05-23T05:03:51Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-05-23T05:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=80b4b3fe82a19a4ea1e76fc4a81c9c88676c7ce0'/>
<id>urn:sha1:80b4b3fe82a19a4ea1e76fc4a81c9c88676c7ce0</id>
<content type='text'>
This reverts commit f76fe2ab56606528d4710cc6c40bceb5788c3906.
</content>
</entry>
<entry>
<title>HTML reader: simplify col width parsing</title>
<updated>2021-05-22T11:37:42Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-05-22T11:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f76fe2ab56606528d4710cc6c40bceb5788c3906'/>
<id>urn:sha1:f76fe2ab56606528d4710cc6c40bceb5788c3906</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Protect partial uses of maximum with NonEmpty.</title>
<updated>2021-03-19T18:55:59Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-19T18:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4002c35a9184ecc1c9a6553e9ee28e283cb1fd0a'/>
<id>urn:sha1:4002c35a9184ecc1c9a6553e9ee28e283cb1fd0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove an unneeded import</title>
<updated>2021-03-15T21:21:52Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-15T21:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=805d12ac9cc91913cbb6275e8ef94f49985df5e1'/>
<id>urn:sha1:805d12ac9cc91913cbb6275e8ef94f49985df5e1</id>
<content type='text'>
</content>
</entry>
</feed>
