--- ** [tickets:#7945] Need to distinguish section-header ids from sitewide ids** **Status:** open **Milestone:** unreleased **Created:** Fri Jul 31, 2015 05:45 PM UTC by Dave Brondsema **Last Updated:** Fri Jul 31, 2015 05:45 PM UTC **Owner:** nobody If you have a section `### foo` then it'll be rendered as `id="foo"` and get CSS applied if we have a `#foo` rule. We could add a prefix like "sec-foo" or something with a custom slugify method. See [6cc40c] for an example of that (we ended up not using that commit). However, this would break existing links that have an anchor target in the URL. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
