Skip to content

Commit

Permalink
Update content/docs/guides/converting-gatsby-to-tina.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Lombard [SSW] <[email protected]>
  • Loading branch information
Calinator444 and isaaclombardssw authored Oct 29, 2024
1 parent 4ed0c5a commit d6136d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/guides/converting-gatsby-to-tina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<RichBlockQuote>
Expand Down

0 comments on commit d6136d6

Please sign in to comment.