From 9e9a7ed482eedfa117a2cbfd100dc27f9a4ed024 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Fri, 3 Mar 2023 08:22:29 -0500 Subject: [PATCH] docs: reshuffle note --- packages/integrations/markdoc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 523bf9a45..8d4fc1ef5 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -121,12 +121,12 @@ export default defineConfig({ }); ``` -📚 [See the Markdoc documentation](https://markdoc.dev/docs/functions#creating-a-custom-function) for more on using variables or functions in your content. - :::note These options will be applied during [the Markdoc "transform" phase](https://markdoc.dev/docs/render#transform). This is run **at build time** (rather than server request time) both for static and SSR Astro projects. :: +📚 [See the Markdoc documentation](https://markdoc.dev/docs/functions#creating-a-custom-function) for more on using variables or functions in your content. + ### Content `components` prop The `Content` component accepts a `components` prop, which defines mappings from Markdoc tags and HTML element names to Astro or UI framework components (React, Vue, Svelte, etc).