docs: fix typo

pull/5113/head
Divyansh Singh 7 months ago
parent c0acfa104b
commit 2e36f5c312

@ -31,8 +31,8 @@ export default defineConfig({
{ {
postprocess(code) { postprocess(code) {
return code return code
.replace(/\[\!\!code/g, '[!code') .replaceAll('[!!code', '[!code')
.replace('@@include', '@include') .replaceAll('@@include', '@include')
} }
} }
], ],

Loading…
Cancel
Save