Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GitHub/waylan => GitHub/Python-Markdown org | Waylan Limberg | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Thorough spell check of the docs. | Waylan Limberg | 2015-02-07 | 1 | -18/+18 |
| | |||||
* | Added release notes for pending release of v2.4. | Waylan Limberg | 2013-08-13 | 1 | -2/+2 |
| | | | | | Since adding the new smarty extension, the nex release it more than just a bugfix release. | ||||
* | Removed the html_tidy extension. See 2.3 release notes for explaination. | Waylan Limberg | 2013-03-13 | 1 | -3/+15 |
| | |||||
* | Tweaked the docs some more. | Waylan Limberg | 2013-02-27 | 1 | -8/+8 |
| | |||||
* | Minor formatting edit to release notes for v2.3. | Waylan Limberg | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Updated release notes for v2.3. to reflect recent changes. | Waylan Limberg | 2013-02-27 | 1 | -14/+32 |
| | |||||
* | Allow better linenum override in CodeHilite | Waylan Limberg | 2013-02-14 | 1 | -0/+9 |
| | | | | | | | | | | | Fixes #148. The "force_linenos" config setting of the CodeHilite extension has been marked as Pending Deprecation and a new setting "linenums" has been added to replace it. See documentation for the [CodeHilite Extension] for an explaination of the new "linenums" setting. The new setting will honor the old "force_linenos" if it is set, but it will raise a PendingDeprecationWarning and will likely be removed in a future version of Python-Markdown. [CodeHilite Extension]: extensions/codehilite.html | ||||
* | Remove RSS Extension. | Waylan Limberg | 2013-02-12 | 1 | -0/+4 |
| | | | | | | Closes #143. If you would like to continue using the extension (not recomended), it is archived on [Github](https://gist.github.com/waylan/4773365). | ||||
* | Update docs/release-2.3.txt | Waylan Limberg | 2013-02-10 | 1 | -0/+8 |
| | |||||
* | Footnote ids contain dashes when outputing HTML5. | Waylan Limberg | 2013-02-08 | 1 | -0/+6 |
| | | | | | Previously they contained colons - and they still do for HTML4 and XHTML. Fixes #180. | ||||
* | Added skeleton draft of Release Notes for 2.3 | Waylan Limberg | 2013-02-08 | 1 | -0/+31 |