This module automatically generates HTML id attributes for a configurable list of matched elements. The most common (and default) use is to automatically generate HTML ids on headings, for the purpose of creating anchor links. For example:
<h2>About Dunder Mifflin</h2>
becomes:
<h2 id="about-dunder-mifflin">About Dunder Mifflin</h2>
This module also can insert permalinks inline to aid editors or site users in copying the appropriate URL to link directly to an anchor (such as "/about#kevins-famous-chili". This mimics the behavior that is available on pages within the Drupal Developer Documentation.