nit: don't capitalize cc
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
parent
4d069ea22b
commit
5b1aa0e79a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Once the Markdoc integration is installed, no configuration is necessary to use
|
|||
|
||||
The Markdoc integration accepts [all Markdoc configuration options](https://markdoc.dev/docs/config), including [tags](https://markdoc.dev/docs/tags) and [variables](https://markdoc.dev/docs/variables).
|
||||
|
||||
You can pass these options from the `markdoc()` integration in your `astro.config`. This example declares a `countries` variable and an `includes` function for use across all Markdoc Content Collection entries:
|
||||
You can pass these options from the `markdoc()` integration in your `astro.config`. This example declares a `countries` variable and an `includes` function for use across all Markdoc content collection entries:
|
||||
|
||||
```js
|
||||
// astro.config.mjs
|
||||
|
|
Loading…
Reference in a new issue