diff --git a/examples/basic/content/pages/about/index.mdx b/examples/basic/content/pages/about/index.mdx index 967d35c..3fbd4f8 100644 --- a/examples/basic/content/pages/about/index.mdx +++ b/examples/basic/content/pages/about/index.mdx @@ -12,3 +12,7 @@ slug: about > Some notable things in a block quote! + +{/* + This is a comment +*/} diff --git a/examples/nextjs/content/pages/about/index.mdx b/examples/nextjs/content/pages/about/index.mdx index 967d35c..3fbd4f8 100644 --- a/examples/nextjs/content/pages/about/index.mdx +++ b/examples/nextjs/content/pages/about/index.mdx @@ -12,3 +12,7 @@ slug: about > Some notable things in a block quote! + +{/* + This is a comment +*/}