Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,17 @@ To use a snippet in your documentation, reference it by its file path (including

<Tabs>
<Tab title="Markdown">
```mdx

```jsx
Peace lilies are easy to grow and relatively trouble-free.

<Markdown src="/snippets/peace-lily.mdx" />
<Markdown src="/snippets/peace-lily.mdx">
```

</Tab>
<Tab title="Preview">
Peace lilies are easy to grow and relatively trouble-free.

<Markdown src="/snippets/peace-lily.mdx" />
</Tab>
</Tabs>