Skip to content

Commit 4b514e1

Browse files
authored
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

docs/playground.server.mdx

Lines changed: 2 additions & 1 deletion
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

0 commit comments

Comments
 (0)