diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-08-29 21:08:11 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-08-29 21:08:11 -0400 |
commit | 3fda9d59fe0bd3a09c888ebadf92afffb2a74690 (patch) | |
tree | c245d2899eb66e817c6a29d23540c704079b8000 /docs/release-2.5.txt | |
parent | 9a5b11116e2ea8a240fa2d03cad9de334023da9d (diff) | |
download | markdown-3fda9d59fe0bd3a09c888ebadf92afffb2a74690.tar.gz markdown-3fda9d59fe0bd3a09c888ebadf92afffb2a74690.tar.bz2 markdown-3fda9d59fe0bd3a09c888ebadf92afffb2a74690.zip |
Updated extension API docs for recent changes.
Diffstat (limited to 'docs/release-2.5.txt')
-rw-r--r-- | docs/release-2.5.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |