<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown/extensions, branch raw-html-ref-issue</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Strip the gathered extraneous whitespace</title>
<updated>2017-10-07T14:56:58+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-10-07T14:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=c55c50ca3af1fcf599c7d7041be840e11e932c67'/>
<id>c55c50ca3af1fcf599c7d7041be840e11e932c67</id>
<content type='text'>
When processing footnotes, we don't actually care to process the extra whitespace at the end of a footnote, but we want it to calculate lines to preserve.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When processing footnotes, we don't actually care to process the extra whitespace at the end of a footnote, but we want it to calculate lines to preserve.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent raw HTML parsing issue in abbr and footnotes</title>
<updated>2017-10-07T14:30:55+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-10-07T14:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=cfe3376bb1c76688b3ea63698f90052f41639a7b'/>
<id>cfe3376bb1c76688b3ea63698f90052f41639a7b</id>
<content type='text'>
Peserve abbreviation line when stripping and preserve a line for each footnote block.  Footnotes should also accumulate the extraneous padding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Peserve abbreviation line when stripping and preserve a line for each footnote block.  Footnotes should also accumulate the extraneous padding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Loosen whitespace requirements for admonitions.</title>
<updated>2017-03-05T19:54:18+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-03-05T19:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=fd4d1d2183b6f1f41445ba0461799da71adfb11a'/>
<id>fd4d1d2183b6f1f41445ba0461799da71adfb11a</id>
<content type='text'>
Also consume to the end of the first line of any admonition. Everything after
the title is discarded. However, the only thing that will match should be
whitespace so it should be a non-issue.
Fixes #550.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also consume to the end of the first line of any admonition. Everything after
the title is discarded. However, the only thing that will match should be
whitespace so it should be a non-issue.
Fixes #550.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression of single column tables (#540)</title>
<updated>2017-01-26T18:25:06+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-01-26T18:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=ab9f4c2dfb678c773387fe478f24bb59a0908e27'/>
<id>ab9f4c2dfb678c773387fe478f24bb59a0908e27</id>
<content type='text'>
Single column tables are valid tables, so add back in the accidentally
removed functionality of allowing single column tables, but with one
exception -- table bodies should not render empty (an empty 
`&lt;tbody&gt;` is invalid HTML. Fixes #539.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Single column tables are valid tables, so add back in the accidentally
removed functionality of allowing single column tables, but with one
exception -- table bodies should not render empty (an empty 
`&lt;tbody&gt;` is invalid HTML. Fixes #539.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix footnote parsing of footnote content (#536)</title>
<updated>2017-01-24T03:44:40+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-01-24T03:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=facfd66d5e41e03d69901fe2f4ae0e24106a21f2'/>
<id>facfd66d5e41e03d69901fe2f4ae0e24106a21f2</id>
<content type='text'>
Fixes #412 and #493.  First we parse footnote content as
its own document avoid quirks with using li as a parent. Second, we
surround placeholders with STX and ETX to prevent them from interfering
with inline parsing; this is also consistent with how placeholders are
used everywhere else in Python Markdown.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #412 and #493.  First we parse footnote content as
its own document avoid quirks with using li as a parent. Second, we
surround placeholders with STX and ETX to prevent them from interfering
with inline parsing; this is also consistent with how placeholders are
used everywhere else in Python Markdown.</pre>
</div>
</content>
</entry>
<entry>
<title>Create additional references for duplicate footnotes (#534)</title>
<updated>2017-01-23T19:31:41+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-01-23T19:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=8afeaafcb06c07058e1f296e3d3867048c01d18c'/>
<id>8afeaafcb06c07058e1f296e3d3867048c01d18c</id>
<content type='text'>
Track when we find duplicate footnote references and create unique ids
for them.  Then add an additional tree-processor after inline to go
back and update the footnotes with additional back references that link
to the duplicate footnote references. Fixes #468.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Track when we find duplicate footnote references and create unique ids
for them.  Then add an additional tree-processor after inline to go
back and update the footnotes with additional back references that link
to the duplicate footnote references. Fixes #468.</pre>
</div>
</content>
</entry>
<entry>
<title>Tables: Improvements (#530)</title>
<updated>2017-01-19T13:51:06+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-01-19T13:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=c70b2c4154d9b6e46f282c1f212c52e9fbfa5a07'/>
<id>c70b2c4154d9b6e46f282c1f212c52e9fbfa5a07</id>
<content type='text'>
Tables now handle escaped pipes when testing, in table borders, and in
the inline content.  To achieve properly, a bug had to be fixed related
to appending escaped chars to the Markdown class.  Now appended chars
only appear in the current instance.  Lastly the first backtick in a
table can be escaped rounding out the last corner case.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tables now handle escaped pipes when testing, in table borders, and in
the inline content.  To achieve properly, a bug had to be fixed related
to appending escaped chars to the Markdown class.  Now appended chars
only appear in the current instance.  Lastly the first backtick in a
table can be escaped rounding out the last corner case.</pre>
</div>
</content>
</entry>
<entry>
<title>Update fenced code extension to match codehilite lang regex. (#529)</title>
<updated>2017-01-18T15:27:59+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-01-18T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=b52293b2858138231795aa72aac1cf4799eb8da9'/>
<id>b52293b2858138231795aa72aac1cf4799eb8da9</id>
<content type='text'>
Related to #527.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to #527.</pre>
</div>
</content>
</entry>
<entry>
<title>codehilite: detect languages with funny names (#527)</title>
<updated>2017-01-18T03:39:38+00:00</updated>
<author>
<name>Grant Mathews</name>
<email>grant.m.mathews@gmail.com</email>
</author>
<published>2017-01-18T03:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=41101dcaed9d77e14ef37fe29f0b903496ee1fd5'/>
<id>41101dcaed9d77e14ef37fe29f0b903496ee1fd5</id>
<content type='text'>
Extend the language regex to match things like 'C#' and 'VB.Net'.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend the language regex to match things like 'C#' and 'VB.Net'.</pre>
</div>
</content>
</entry>
<entry>
<title>Better handling of backticks in tables (#524)</title>
<updated>2017-01-11T16:19:06+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-01-11T16:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=dda33114ad36e2b1ca4d526f71787ba3414b9da7'/>
<id>dda33114ad36e2b1ca4d526f71787ba3414b9da7</id>
<content type='text'>
At some point the logic of counting backticks and determining if they are odd or even was used to parse a row's text into cells. Unfortunately this approach broke expected code parsing logic in a table. We essentially traded one bug for another. This fixes table backtick handling and restores sane backtick logic while preserving existing fixes. (issue #449)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At some point the logic of counting backticks and determining if they are odd or even was used to parse a row's text into cells. Unfortunately this approach broke expected code parsing logic in a table. We essentially traded one bug for another. This fixes table backtick handling and restores sane backtick logic while preserving existing fixes. (issue #449)
</pre>
</div>
</content>
</entry>
</feed>
