From 36ab0c387f84485444e60480382caafb7a807fd6 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 14 Feb 2013 16:04:24 -0500 Subject: Allow better linenum override in CodeHilite 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 --- docs/release-2.3.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/release-2.3.txt') diff --git a/docs/release-2.3.txt b/docs/release-2.3.txt index e7a6414..e8a6257 100644 --- a/docs/release-2.3.txt +++ b/docs/release-2.3.txt @@ -29,6 +29,15 @@ reference to those ids in your JavaScript or CSS and using the HTML5 output, you will need to update your code accordingly. No changes are necessary if you are outputing XHTML (the default) or HTML4. +* 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 + * The "RSS" extension has been removed and no longer ships with Python-Markdown. If you would like to continue using the extension (not recomended), it is archived on [Github](https://gist.github.com/waylan/4773365). -- cgit v1.2.3