aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release-2.0.txt')
-rw-r--r--docs/release-2.0.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/release-2.0.txt b/docs/release-2.0.txt
index b1f71ad..ec11522 100644
--- a/docs/release-2.0.txt
+++ b/docs/release-2.0.txt
@@ -1,3 +1,9 @@
+title: Release Notes for v2.0
+prev_title: Release Notes for v2.0.1
+prev_url: release-2.0.1.html
+next_title: Authors
+next_url: authors.html
+
Python-Markdown 2.0 Release Notes
=================================
@@ -20,8 +26,8 @@ extensions, then you should not need to make any changes to your code.
However, you may want to ensure that any third party extensions you are using
are compatible with the new API.
-The new extension API is fully documented in [[writing_extensions]]. Below is a
-summary of the significant changes:
+The new extension API is fully [documented](extensions/api.html) in the docs.
+Below is a summary of the significant changes:
* The old home-grown NanoDOM has been replaced with ElementTree. Therefore all
extensions must use ElementTree rather than the old NanoDOM.
@@ -61,7 +67,7 @@ accepts either the extension names as strings or instances of extensions. This
makes it possible to include multiple extensions in a single module.
Numerous extensions are included in the distribution by default. See
-[[available_extensions]] for a complete list.
+[available_extensions](extensions/index.html) for a complete list.
-See the [[change_log]] for a full list of changes.
+See the [Change Log](change_log.html) for a full list of changes.