We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef05825 commit ac3543aCopy full SHA for ac3543a
src/content/docs/style-guide/components/markdown.mdx
@@ -5,7 +5,7 @@ title: Markdown
5
:::caution
6
This component does not use Astro to render the Markdown, as a result it cannot use components, `~/assets/` images or code blocks.
7
8
-Where feasible, use [JSX](/style-guide/components/render/#properties-as-markdown-syntax) instead
+Where feasible, use [JSX](/style-guide/components/render/#properties-in-markdown-syntax) instead
9
:::
10
11
This component uses `marked` to turn the `text` prop into HTML. This is useful with, for example partial files that have variables you need to format.
0 commit comments