You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/with-markdoc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Inside of your Astro project, you'll see the following folders and files:
28
28
└── package.json
29
29
```
30
30
31
-
Markdoc can be used within content collection using the `.mdoc` extension. See `content/docs/` for an example.
31
+
Markdoc can be used in content collections with the `.mdoc` extension. See `content/docs/` for an example.
32
32
33
33
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 configuration.
0 commit comments