rework/lightweight #12

Merged
GauthierWebDev merged 106 commits from rework/lightweight into main 2025-04-21 16:27:38 +00:00
Showing only changes of commit 9569049e61 - Show all commits

View File

@ -140,7 +140,7 @@ const formatExportNode = (): MDXJSEsm => {
};
};
const remarkHeadingId: Plugin<[], Root> = () => (tree: Root, file) => {
const remarkHeadingId: Plugin<[], Root> = () => (tree: Root) => {
const slugify = slugifyWithCounter();
visit(tree, "heading", (node) => {