diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-06-30 12:23:38 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-06-30 12:23:38 -0400 |
commit | 7156c6d3983256d0aa7e9c34b9ce603116f9bf79 (patch) | |
tree | 5d6de8d1befe2d743530a49cd4e1df97a99802ae /docs/extensions/index.txt | |
parent | d7a91be9a32c3aa539c39d4e801f127ea2cba7fe (diff) | |
download | markdown-7156c6d3983256d0aa7e9c34b9ce603116f9bf79.tar.gz markdown-7156c6d3983256d0aa7e9c34b9ce603116f9bf79.tar.bz2 markdown-7156c6d3983256d0aa7e9c34b9ce603116f9bf79.zip |
Refactored HeaderId extension to no longer include defining ids. It only autogenerates ids. If you want to define your own, use the attr_list extension. Also expanded HeaderId extension to use the same algorithm as the TOC extension (which is better) for slugifying the header text. Added config settings to override the default word separator and the slugify callable. Closes #16 as the reported bug is for a removed feature.
Diffstat (limited to 'docs/extensions/index.txt')
-rw-r--r-- | docs/extensions/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/extensions/index.txt b/docs/extensions/index.txt index 6f43519..d0726e6 100644 --- a/docs/extensions/index.txt +++ b/docs/extensions/index.txt @@ -15,11 +15,12 @@ available to you. * [[Definition_Lists]] * [[Fenced_Code_Blocks]] * [[Footnotes]] - * [[HeaderId]] + * [[Attr_List]] * [[Tables]] * [[attr_list]] * [[CodeHilite]] * [[HTML_Tidy]] +* [[HeaderId]] * [[ImageLinks]] * [[Meta-Data]] * [[nl2br]] |