diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-09-29 14:31:29 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-09-29 14:31:29 -0700 |
commit | 191d88b26c6bcb1cd9f66cb3a115e106366d1a55 (patch) | |
tree | 93804de49534fe52fd38f15e8cb0b39e08650a92 /docs/extensions/toc.txt | |
parent | 62e5485c0f4292717f48b4c16cdd6894c891716f (diff) | |
parent | 635d2f71db191145d30cba4934ab7fa8f4d20509 (diff) | |
download | markdown-191d88b26c6bcb1cd9f66cb3a115e106366d1a55.tar.gz markdown-191d88b26c6bcb1cd9f66cb3a115e106366d1a55.tar.bz2 markdown-191d88b26c6bcb1cd9f66cb3a115e106366d1a55.zip |
Merge pull request #252 from mitya57/master
Enable anchorlinks in Python-Markdown documentation
Diffstat (limited to 'docs/extensions/toc.txt')
-rw-r--r-- | docs/extensions/toc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/extensions/toc.txt b/docs/extensions/toc.txt index 2a91bb6..260129c 100644 --- a/docs/extensions/toc.txt +++ b/docs/extensions/toc.txt @@ -58,6 +58,8 @@ The following options are provided to configure the output: * **title**: Title to insert in TOC ``<div>``. Defaults to ``None``. * **anchorlink**: Set to ``True`` to have the headers link to themselves. Default is ``False``. +* **permalink**: Set to ``True`` to have this extension generate Sphinx-style + permanent links near the headers (for use with Sphinx stylesheets). If a 'marker' is not found in the document, then the toc is available as an attribute of the Markdown class. This allows one to insert the toc elsewhere |