From 5a953819735ab55cc4914588023eb6574dfc9d69 Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Wed, 2 Feb 2022 12:45:05 -0300 Subject: [PATCH 1/4] Fix playground example --- docs/playground.server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playground.server.mdx b/docs/playground.server.mdx index 230a9c5db..2b2851b8e 100644 --- a/docs/playground.server.mdx +++ b/docs/playground.server.mdx @@ -12,7 +12,7 @@ export const info = { export const playgroundSource = `Hello, world! Below is an example of markdown in JSX. -
+
Try and change the background color to \`tomato\`.` # Playground From c1fa12850efab03dae82a3a71e934861f87584ce Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Wed, 2 Feb 2022 13:57:34 -0300 Subject: [PATCH 2/4] Update docs/playground.server.mdx Co-authored-by: Titus --- docs/playground.server.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/playground.server.mdx b/docs/playground.server.mdx index 2b2851b8e..2209dbeb8 100644 --- a/docs/playground.server.mdx +++ b/docs/playground.server.mdx @@ -12,8 +12,9 @@ export const info = { 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 From f6802bf5aa5496c5665d70d2b6d857e164d96cef Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Wed, 2 Feb 2022 13:58:08 -0300 Subject: [PATCH 3/4] Remove unexpected backtick --- docs/playground.server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playground.server.mdx b/docs/playground.server.mdx index 2209dbeb8..4b78cfcfe 100644 --- a/docs/playground.server.mdx +++ b/docs/playground.server.mdx @@ -14,7 +14,7 @@ Below is an example of markdown in JSX.
Try and change the background color to \`tomato\`. -
` +
# Playground From b3b3bde93cd6c95f85f3106deec623b81795db1e Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Wed, 2 Feb 2022 14:04:22 -0300 Subject: [PATCH 4/4] Rollback backtick --- docs/playground.server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playground.server.mdx b/docs/playground.server.mdx index 4b78cfcfe..2209dbeb8 100644 --- a/docs/playground.server.mdx +++ b/docs/playground.server.mdx @@ -14,7 +14,7 @@ Below is an example of markdown in JSX.
Try and change the background color to \`tomato\`. -
+
` # Playground