6.2 Notenik Markdown Parser ↑
6.2.4 Heading ID Generation
Index: Heading ID generation;
As an extension to the original Markdown spec from John Gruber, headings will automatically have IDs assigned, based on the contents between the opening and closing tags, so that they can become targets for links.
Next: Footnotes