Skip to content

Commit ac3543a

Browse files
committed
update anchor in markdown component aside
1 parent ef05825 commit ac3543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/style-guide/components/markdown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Markdown
55
:::caution
66
This component does not use Astro to render the Markdown, as a result it cannot use components, `~/assets/` images or code blocks.
77

8-
Where feasible, use [JSX](/style-guide/components/render/#properties-as-markdown-syntax) instead
8+
Where feasible, use [JSX](/style-guide/components/render/#properties-in-markdown-syntax) instead
99
:::
1010

1111
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

Comments
 (0)