Examples
All examples on this page are generated using our Table of Contents plugin and an anchor element of <div id="table-of-contents></div>
. When used on the Article page the anchor element can be inserted above or below the content in the article-page.hbs
template:
<section class="content" itemprop="articleBody">
<div data-element="table-of-contents"></div>
{{article.body}}
</section>
Or within the content, by Guide content creators.