I am doing a website using Nuxt.js and Contentful to show a list of courses. I have created a content model for courses on Contentful. Each course has a description. When I retrieve the description on Nuxt.js, the text comes out in one single paragraph. I want to show some formatting, at least line breaks. The text, apparently, can show markdown tags, - Is there any package, functionality, etc. that I can use to convert those tags to HTML? Thanks.
I have made the description just text but I also tried using Rich Text with the same output, all text in one line.