diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-12-30 15:33:48 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-12-30 15:33:48 -0500 |
commit | fef6e285d28e25cf4acb93f0ef470fd690507cfa (patch) | |
tree | 5df9ce2b5ee3c5330accb9ff407b3edecd7566b5 /docs/extensions | |
parent | 9abd79bb787317892a1641ff2f4db332250c090c (diff) | |
download | markdown-fef6e285d28e25cf4acb93f0ef470fd690507cfa.tar.gz markdown-fef6e285d28e25cf4acb93f0ef470fd690507cfa.tar.bz2 markdown-fef6e285d28e25cf4acb93f0ef470fd690507cfa.zip |
Added first draft of 2.6 release notes.
Diffstat (limited to 'docs/extensions')
-rw-r--r-- | docs/extensions/toc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/extensions/toc.txt b/docs/extensions/toc.txt index 1d83df2..56a8ee0 100644 --- a/docs/extensions/toc.txt +++ b/docs/extensions/toc.txt @@ -56,8 +56,8 @@ The following options are provided to configure the output: Text to find and replace with the Table of Contents. Defaults to `[TOC]`. - If a `marker` is not found in the document, then the Table of Contents is - available as an attribute of the Markdown class. This allows one to insert + Regardless of whether a `marker` is found in the document, the Table of Contents is + also available as an attribute (`toc`) of the Markdown class. This allows one to insert the Table of Contents elsewhere in their page template. For example: >>> text = ''' |