Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby-source-contentful): LongText fields require markdown trans…
…former (#20398) * fix[gatsby-source-contentful] Contentful LongText fields require gatsby-transformer-remark As shown here: #3205 (comment) you cannot simply do ```{ body{ body} } since the body will be raw markdown, which is not html * Update README.md * Update packages/gatsby-source-contentful/README.md Co-Authored-By: Vladimir Razuvaev <vladimir.razuvaev@gmail.com> * Rewrite for explaining the logic and add clarity The text might not be perfect but it clearly explains what happens. Feel free to reuse it or change it. * typo * mention rich text as an alternative * chore: format * typo and polishing * chore: format Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com> Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
- Loading branch information