DEV Community

Discussion on: Staying static with Nuxt: Implementing Netlify CMS

Collapse
 
techsciphi profile image
TechSciPhi • Edited

I like netlify a lot and also vue and nuxt but how do you achieve parsing the markdown we get from netlify into properly formatted html? the doesn't seem to work with netlify CMS output

Collapse
 
katieadamsdev profile image
Katie Adams

I know it's probably a bit late, but in a project I was working on I found markdown-it was a useful library to parse the markdown and rich text. It came with a few... quirks that I daren't go into but after a little tinkering it now works pretty seamlessly on my site. Hope this helps!

Collapse
 
kn0wn profile image
kn0wn

We were using tailwind for the stack, so the tailwind typography plugin helped style the content from the cms