diff --git a/content/docs/guides/converting-gatsby-to-tina.mdx b/content/docs/guides/converting-gatsby-to-tina.mdx index 15e792975..0aeca393b 100644 --- a/content/docs/guides/converting-gatsby-to-tina.mdx +++ b/content/docs/guides/converting-gatsby-to-tina.mdx @@ -431,7 +431,9 @@ Next, we'll define how the custom component will look in `blog-post.js`. We'll b + } ``` -Setting the body to the built-in `children` property in React allows us to use the children of our React component as a value. This has the added benefit of making our markdown easy to read. For example, check out the example below. +Setting the body to the built-in `children` property in React allows us to use the children of our React component as a value. + +This has the added benefit of making our markdown easy to read. For example, check out the example below. ```markdown