I’m running into an issue where I have a set of components on my site (https://deploy-preview-13--relaxed-borg-8ac0a9.netlify.app/mission) which I want to be able to edit via the CMS. I’ve set it all up and it works. However, I am unable to add linebreaks or any other formatting to the cards. All of the markdown gets rendered as plaintext. \ for instance rather than adding a newline gets added as plaintext.
I was hoping that this was something somebody has run into before. Any help is greatly appreciated.
And added remark and set up the value passed into my components via props so that it is parsed by remarkHTML. This has resulted in my getting html formatting within my element. However, it is still be wrapped in quotation marks and being expressed in as a string literal.