<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown, branch md3</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Cleanup backport of 2.6.x bugfixes.</title>
<updated>2015-12-29T23:28:13+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-12-29T23:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=eac0cc2ac97fd1aeaf8a267917eb09fbf3b53ab2'/>
<id>eac0cc2ac97fd1aeaf8a267917eb09fbf3b53ab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of characters after backtick in tables.</title>
<updated>2015-12-29T23:00:28+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2015-11-07T17:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9b2d586b09514b018d0507312143f286f395920e'/>
<id>9b2d586b09514b018d0507312143f286f395920e</id>
<content type='text'>
Fixes #440. Thanks @jandecaluwe for the bug report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #440. Thanks @jandecaluwe for the bug report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure InlinePatterns don't drop newlines.</title>
<updated>2015-12-29T22:59:54+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-11-06T22:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=622a4936873be7f463475f789e77b6d924524d95'/>
<id>622a4936873be7f463475f789e77b6d924524d95</id>
<content type='text'>
Drppoed the non-greedy quantifier from the end of the inlinePatterns as it
served no useful purpose and was actually (in very rare edge cases) causing
newlines to be dropped. FIxes #439. Thanks to @munificent for the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drppoed the non-greedy quantifier from the end of the inlinePatterns as it
served no useful purpose and was actually (in very rare edge cases) causing
newlines to be dropped. FIxes #439. Thanks to @munificent for the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed handling of table cell split</title>
<updated>2015-12-29T22:56:52+00:00</updated>
<author>
<name>Mustafa Haddara</name>
<email>mhaddara@venasolutions.com</email>
</author>
<published>2015-10-22T14:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cf6187de64ca461e9f5440465cd5b442a5a3ac10'/>
<id>cf6187de64ca461e9f5440465cd5b442a5a3ac10</id>
<content type='text'>
Conflicts:
	tests/extensions/test.cfg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	tests/extensions/test.cfg
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix infinite loop #430</title>
<updated>2015-12-29T22:52:38+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2015-09-05T01:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=33774e77db6be8b699a96de529316167bf94d7ff'/>
<id>33774e77db6be8b699a96de529316167bf94d7ff</id>
<content type='text'>
This should fix the remaining corner cases that can cause infinite
loops.  Previous iterations did not account for scenarios where the
“end” index was less than the “start” index.  If the “end” index is
ever less than or equal to the “start” index, the “end” will be
adjusted to to be “start” + 1 allow the full range to be extracted and
replaced.

Conflicts:
	markdown/preprocessors.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix the remaining corner cases that can cause infinite
loops.  Previous iterations did not account for scenarios where the
“end” index was less than the “start” index.  If the “end” index is
ever less than or equal to the “start” index, the “end” will be
adjusted to to be “start” + 1 allow the full range to be extracted and
replaced.

Conflicts:
	markdown/preprocessors.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix find footnote placeholder to recurse</title>
<updated>2015-12-29T22:49:57+00:00</updated>
<author>
<name>Gustav Tiger</name>
<email>gustav@tiger.name</email>
</author>
<published>2015-08-28T12:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=976eefe0ab392de6af3a0d6139a28c90c0a85423'/>
<id>976eefe0ab392de6af3a0d6139a28c90c0a85423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Override regex for html inline pattern when smart_angled_quotes is true</title>
<updated>2015-12-29T22:49:48+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2015-06-20T12:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=36275a1b9da99b971e03cc06abd812625b70b26b'/>
<id>36275a1b9da99b971e03cc06abd812625b70b26b</id>
<content type='text'>
Add a restriction that the closing angled quote should not be duplicate,
so that we can use our own pattern for handling duplicate quotes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a restriction that the closing angled quote should not be duplicate,
so that we can use our own pattern for handling duplicate quotes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "smarty: Use a separate processor for angled quotes"</title>
<updated>2015-12-29T22:48:58+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2015-06-19T11:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d3e9982d57a54415ba7b58cc3a780114961988ff'/>
<id>d3e9982d57a54415ba7b58cc3a780114961988ff</id>
<content type='text'>
That commit caused a regression where `&lt;&lt;` and `&gt;&gt;` inside code
blocks were wrongly replaced with double quotes.

This reverts commit 5029d829c1532f31adc9acbf54d88bb469a69a4f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That commit caused a regression where `&lt;&lt;` and `&gt;&gt;` inside code
blocks were wrongly replaced with double quotes.

This reverts commit 5029d829c1532f31adc9acbf54d88bb469a69a4f.
</pre>
</div>
</content>
</entry>
<entry>
<title>smarty: Use a separate processor for angled quotes</title>
<updated>2015-12-29T22:48:46+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2015-06-15T14:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7b090e75e4843ff625d454e5dcaf854c2b178530'/>
<id>7b090e75e4843ff625d454e5dcaf854c2b178530</id>
<content type='text'>
Run that processor before inline processor to fix the test failure.

Conflicts:
	markdown/extensions/smarty.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run that processor before inline processor to fix the test failure.

Conflicts:
	markdown/extensions/smarty.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated BlockProcessor to new-style class. Changed subclasses to use super().</title>
<updated>2015-12-29T22:35:04+00:00</updated>
<author>
<name>Kar Epker</name>
<email>karepker+services@gmail.com</email>
</author>
<published>2015-06-02T00:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f710b7193092ca527b275d1a0c4d0342be8eadbd'/>
<id>f710b7193092ca527b275d1a0c4d0342be8eadbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
