<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests, branch 3.3.4</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>Ensure permalinks and ankorlinks are not restricted by toc_depth</title>
<updated>2021-02-24T19:20:29+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2021-02-24T19:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=613ad502a4cf2293901e8f67690c198fc22c8f88'/>
<id>613ad502a4cf2293901e8f67690c198fc22c8f88</id>
<content type='text'>
This fixes a regression which was introduced with support for toc_depth.
Relevant tests have been moved and updated to the new framework.
Fixes #1107.

The test framework also received an addition. The assertMarkdownRenders
method now accepts a new keyword expected_attrs which consists of a dict
of attrs and expected values. Each is checked against the attr of the
Markdown instance. This was needed to check the value of md.toc and
md.toc_tokens in some of the included tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression which was introduced with support for toc_depth.
Relevant tests have been moved and updated to the new framework.
Fixes #1107.

The test framework also received an addition. The assertMarkdownRenders
method now accepts a new keyword expected_attrs which consists of a dict
of attrs and expected values. Each is checked against the attr of the
Markdown instance. This was needed to check the value of md.toc and
md.toc_tokens in some of the included tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure admonition content is detabbed properly</title>
<updated>2021-02-05T20:25:45+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2021-02-05T20:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0e6dc4c4f5dc8d6691eb95549657034f6d9abcb6'/>
<id>0e6dc4c4f5dc8d6691eb95549657034f6d9abcb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve text immediately before an admonition</title>
<updated>2020-12-30T14:09:46+00:00</updated>
<author>
<name>Oleh Prypin</name>
<email>oleh@pryp.in</email>
</author>
<published>2020-12-30T14:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=12be7c9a30247b1df9a211a4cc90dfb9aa136fae'/>
<id>12be7c9a30247b1df9a211a4cc90dfb9aa136fae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use simplified regex for html placeholders (#1086)</title>
<updated>2020-12-08T16:30:45+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-12-08T16:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5a7bbaf4c00224a393ddc818b7fc1917c8064840'/>
<id>5a7bbaf4c00224a393ddc818b7fc1917c8064840</id>
<content type='text'>
Co-authored-by: Reilly Raab &lt;raabrp@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Reilly Raab &lt;raabrp@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Properly parse unclosed tags in code spans</title>
<updated>2020-11-23T18:11:21+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-11-23T18:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1279074ea97807c0131a2b82893189bc07bf2dd8'/>
<id>1279074ea97807c0131a2b82893189bc07bf2dd8</id>
<content type='text'>
* fix unclosed pi in code span
* fix unclosed dec in code span
* fix unclosed tag in code span

Closes #1066.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix unclosed pi in code span
* fix unclosed dec in code span
* fix unclosed tag in code span

Closes #1066.</pre>
</div>
</content>
</entry>
<entry>
<title>Properly parse processing instructions in md_in_html</title>
<updated>2020-11-19T19:51:57+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-11-19T19:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=82ac9056350e67411cdb1da34363950b1e18a271'/>
<id>82ac9056350e67411cdb1da34363950b1e18a271</id>
<content type='text'>
Empty tags do not have a `mardkown` attribute set on them. Therefore,
there is no need to check the mdstack to determine behavior. If we
are in any md_in_html state (regardless of block, span, etc) the
behavior is the same. Fixes #1070.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Empty tags do not have a `mardkown` attribute set on them. Therefore,
there is no need to check the mdstack to determine behavior. If we
are in any md_in_html state (regardless of block, span, etc) the
behavior is the same. Fixes #1070.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly parse code spans in md_in_html (#1069)</title>
<updated>2020-11-18T18:33:20+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-11-18T18:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=81cc5b8bf1ad2a44b0a042d059caab3ed802ed33'/>
<id>81cc5b8bf1ad2a44b0a042d059caab3ed802ed33</id>
<content type='text'>
This reverts part of 2766698 and re-implements handling 
of tails in the same manner as the core.

Also, ensure line_offset doesn't raise an error on bad input
(see #1066) and properly handle script tags in code
spans (same as in the core).

Fixes #1068.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts part of 2766698 and re-implements handling 
of tails in the same manner as the core.

Also, ensure line_offset doesn't raise an error on bad input
(see #1066) and properly handle script tags in code
spans (same as in the core).

Fixes #1068.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues related to hr tags</title>
<updated>2020-10-25T01:34:51+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2020-10-25T01:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=11c9e179390ba4e3fbc5ed35b9af16ea93f7d5ca'/>
<id>11c9e179390ba4e3fbc5ed35b9af16ea93f7d5ca</id>
<content type='text'>
Ensure that start/end tag handler does not include tags in the previous
paragraph.

Provide special handling for tags like hr that never have content.

Use sets for block tag lists as they are much faster when comparing
if an item is in the list.

Fixes #1053.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that start/end tag handler does not include tags in the previous
paragraph.

Provide special handling for tags like hr that never have content.

Use sets for block tag lists as they are much faster when comparing
if an item is in the list.

Fixes #1053.</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid catastrophic backtracking in `hr` regex</title>
<updated>2020-10-24T21:36:53+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-10-24T21:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=18b17e1bf5efa22ed06f09df14cc4c3ff8d7b5f8'/>
<id>18b17e1bf5efa22ed06f09df14cc4c3ff8d7b5f8</id>
<content type='text'>
Fixes #1055.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1055.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure when tag text is None that it is converted to empty string</title>
<updated>2020-10-21T17:09:14+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2020-10-21T17:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=2a883a2931fd9cec63ec245c080760a15460a72c'/>
<id>2a883a2931fd9cec63ec245c080760a15460a72c</id>
<content type='text'>
Fixes #1049</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1049</pre>
</div>
</content>
</entry>
</feed>
