<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch waylan-patch-1</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>Update fenced code extension to match codehilite lang regex.</title>
<updated>2017-01-18T15:25:19+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-01-18T15:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4145d3f8ed6ac6f70818d2e83410c7eca8521fcc'/>
<id>4145d3f8ed6ac6f70818d2e83410c7eca8521fcc</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://git.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>Recognize &lt;main&gt; as an HTML5 block level tag. (#525)</title>
<updated>2017-01-17T14:03:23+00:00</updated>
<author>
<name>daniel-j-mac</name>
<email>daniel-j-mac@users.noreply.github.com</email>
</author>
<published>2017-01-17T14:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=aefad1b7f199a3f1dfaf055ada6e88a920be34ec'/>
<id>aefad1b7f199a3f1dfaf055ada6e88a920be34ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.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>
<entry>
<title>Fix aspell silently failing (#523)</title>
<updated>2017-01-11T16:16:01+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-01-11T16:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c10cfff946e17be7dedd39540ddad2241b1af292'/>
<id>c10cfff946e17be7dedd39540ddad2241b1af292</id>
<content type='text'>
Travis should checkout aspell-en (issue #521)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis should checkout aspell-en (issue #521)</pre>
</div>
</content>
</entry>
<entry>
<title>command line (#517)</title>
<updated>2016-12-23T22:37:34+00:00</updated>
<author>
<name>Ben Petty</name>
<email>benjamin.s.petty@gmail.com</email>
</author>
<published>2016-12-23T22:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=88a97b9fc0a6dfa5c872d135c613496bb71e5cc4'/>
<id>88a97b9fc0a6dfa5c872d135c613496bb71e5cc4</id>
<content type='text'>
add . before `codehilite` to generate a proper css output (to reference the codehilite class)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add . before `codehilite` to generate a proper css output (to reference the codehilite class)</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling error (#516)</title>
<updated>2016-12-23T19:47:13+00:00</updated>
<author>
<name>Ben Petty</name>
<email>benjamin.s.petty@gmail.com</email>
</author>
<published>2016-12-23T19:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=25215821f7f2963a8a48a2da0330651d67f52139'/>
<id>25215821f7f2963a8a48a2da0330651d67f52139</id>
<content type='text'>
should say `pygmentize` not `pygmetize` on line 50</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should say `pygmentize` not `pygmetize` on line 50</pre>
</div>
</content>
</entry>
<entry>
<title>Add blank lines after toplevel function definitions.</title>
<updated>2016-11-18T17:53:23+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2016-11-18T17:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=2e341416380ba5f35f0bca82ebbbd5837afd5b20'/>
<id>2e341416380ba5f35f0bca82ebbbd5837afd5b20</id>
<content type='text'>
This fixes warnings with pycodestyle ≥ 2.1, see PyCQA/pycodestyle#400.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes warnings with pycodestyle ≥ 2.1, see PyCQA/pycodestyle#400.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fox formatting of extension_configs example.</title>
<updated>2016-11-17T19:14:57+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2016-11-17T19:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=dc7cb37a9d6d705d98b1730a2fcd7ce42e86b55d'/>
<id>dc7cb37a9d6d705d98b1730a2fcd7ce42e86b55d</id>
<content type='text'>
Fixes #511. Thanks to @omiday for the report.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #511. Thanks to @omiday for the report.</pre>
</div>
</content>
</entry>
<entry>
<title>lists are not tables - fixes #478 (#507)</title>
<updated>2016-10-26T17:17:38+00:00</updated>
<author>
<name>Adam Wood</name>
<email>adam.michael.wood@gmail.com</email>
</author>
<published>2016-10-26T17:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0244474b2dbf15986891a8d700c7bb121dc6f55f'/>
<id>0244474b2dbf15986891a8d700c7bb121dc6f55f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
