Closed roowilliams closed 3 years ago
This issue has been automatically marked as stale because it has not had any recent activity for 30 days. It will be closed if no further activity occurs within 7 days. Remove stale label, comment, and/or apply "ongoing issue" label to prevent this from being closed. Thank you for your contributions.
@roowilliams I had the exact same problem today. Were you able to figure out the reason for this bug? This is essentially not letting me map strings to markdown which is making me do the conversion on the UI side which sucks in comparison.
gatsby-source-airtable@2.1.1
As per title, when I leave the
Body
field without mapping the raw text is returned as a string including markdown formatting marks. When I specify mapping for that field as 'text/markdown' like above I end up with alocalFiles
node onBody
(returnsnull
). Have tried with and without mapping forImages
to no avail.