Update docs/.vitepress/config.ts

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/3237/head
Anthony Fu 2 years ago committed by GitHub
parent dedd9cfdd9
commit 98ba8a5141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ export default defineConfig({
// We use `[!!code` in demo to prevent transformation, here we revert it back.
{
postprocess(code) {
return code.replace(/\[\!\!code/g, '[!!code')
return code.replace(/\[\!\!code/g, '[!code')
}
}
]

Loading…
Cancel
Save