From 4b514e1a944f04a98591a47ffd05558bbd29c879 Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Wed, 2 Feb 2022 14:32:57 -0300 Subject: [PATCH] Fix playground example (#1928) Reviewed-by: Titus Wormer --- docs/playground.server.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/playground.server.mdx b/docs/playground.server.mdx index 230a9c5db..2209dbeb8 100644 --- a/docs/playground.server.mdx +++ b/docs/playground.server.mdx @@ -13,7 +13,8 @@ export const playgroundSource = `Hello, world! Below is an example of markdown in JSX.
-Try and change the background color to \`tomato\`.` + Try and change the background color to \`tomato\`. +
` # Playground