docusaurus/website/_dogfooding/_docs tests/toc/toc-_-5.mdx

12 lines
195 B
Text

---
# toc_min_heading_level:
toc_max_heading_level: 5
---
import Content, {
toc as ContentToc,
} from '@site/_dogfooding/_partials/toc-tests.mdx';
<Content />
export const toc = ContentToc;