From 7156c6d3983256d0aa7e9c34b9ce603116f9bf79 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 30 Jun 2011 12:23:38 -0400 Subject: 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. --- docs/extensions/index.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/extensions/index.txt') 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]] -- cgit v1.2.3