Skip to content

Commit 4b514e1

Browse files
authoredFeb 2, 2022
Fix playground example (#1928)
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 490da9f commit 4b514e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎docs/playground.server.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export const playgroundSource = `Hello, world!
1313
Below is an example of markdown in JSX.
1414
1515
<div style={{padding: '1rem', backgroundColor: 'violet'}}>
16-
Try and change the background color to \`tomato\`.`
16+
Try and change the background color to \`tomato\`.
17+
</div>`
1718

1819
# Playground
1920

1 commit comments

Comments
 (1)

vercel[bot] commented on Feb 2, 2022

@vercel[bot]

Successfully deployed to the following URLs:

Please sign in to comment.