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 0324b59 commit 41f7ac8
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 @@ -139,7 +139,9 @@ Now our project is set up to use TinaCMS. There's a problem though: our project
// ...
```

Using the raw markdown from `body` we can generate a custom node that contains the markdown in a format that TinaCMS can read. First We'll import TinaCMS's markdown parser.
Using the raw markdown from `body` we can generate a custom node that contains the markdown in a format that TinaCMS can read.

To do this, we'll import TinaCMS's markdown parser.
Add this import to the top of `gatsby-node.js`.

```diff
Expand Down

0 comments on commit 41f7ac8

Please sign in to comment.