change: add rehypeAutolinkHeadings plugin to article compiler
This commit is contained in:
Submodule
+1
Submodule articles added at 6cd6a02396
@@ -20,6 +20,6 @@ export default async function compileArticle(code: string) {
|
||||
return html;
|
||||
},
|
||||
},
|
||||
rehypePlugins: [rehypeSlug],
|
||||
rehypePlugins: [rehypeAutolinkHeadings, rehypeSlug],
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user