From 3fda9d59fe0bd3a09c888ebadf92afffb2a74690 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 29 Aug 2014 21:08:11 -0400 Subject: Updated extension API docs for recent changes. --- docs/release-2.5.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/release-2.5.txt') diff --git a/docs/release-2.5.txt b/docs/release-2.5.txt index d45fe24..4083383 100644 --- a/docs/release-2.5.txt +++ b/docs/release-2.5.txt @@ -109,8 +109,10 @@ What's New in Python-Markdown 2.5 Extension authors are encouraged to review the new methods available on the `markdown.extnesions.Extension` class for handling configs and adjust their code going forward. The included extensions provide a model for best practices. + See the [API] documentation for a full explaination. [ec]: reference.html#extension_configs +[API]: extensions/api.txt#configsettings * The [Command Line Interface][cli] now accepts a `--extensions_config` (or `-c`) option which accepts a filename and passes the parsed content of a [YAML] or -- cgit v1.2.3