docusaurus/website/_dogfooding/_blog tests/2021-08-21-blog-post-toc-tests.mdx
Sébastien Lorber bf913aea2a
feat: upgrade to MDX v2 (#8288)
Co-authored-by: Armano <armano2@users.noreply.github.com>
2023-04-21 19:48:57 +02:00

18 lines
290 B
Text

---
title: Blog TOC FrontMatter tests
authors:
- slorber
toc_min_heading_level: 2
toc_max_heading_level: 4
tags: [paginated-tag]
---
{/* truncate */}
import Content, {
toc as ContentToc,
} from '@site/_dogfooding/_partials/toc-tests.mdx';
<Content />
export const toc = ContentToc;