From 47528db5b7b74661e80822c0c278103b5ba2618f Mon Sep 17 00:00:00 2001 From: Ben Holmes Date: Mon, 6 Mar 2023 14:27:04 -0500 Subject: [PATCH] Update examples/with-markdoc/README.md Co-authored-by: Sarah Rainsberger --- examples/with-markdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-markdoc/README.md b/examples/with-markdoc/README.md index 8d9492bdbd..62f7cbfc8a 100644 --- a/examples/with-markdoc/README.md +++ b/examples/with-markdoc/README.md @@ -37,7 +37,7 @@ Inside of your Astro project, you'll see the following folders and files: └── tsconfig.json ``` -Markdoc can be used in content collections _exclusively_ with the `.mdoc` extension. See `content/docs/` for an example file. +Markdoc (`.mdoc`) files can be used in content collections to author your Markdown content alongside Astro and server-rendered UI framework components (React, Vue, Svelte, and more). See `src/content/docs/` for an example file. You can also apply Astro components and server-rendered UI components (React, Vue, Svelte, etc) to your Markdoc files. See `src/content/DocsContent.astro` for an example.