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

12 lines
195 B
Text

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