Netlify CMS & Next.js Series - Allow CMS Users to edit Markdown
You'll sometimes want CMS users to have more control over the text content so they can style it any way they like. To allow this Netlify CMS has the markdown widget but you'll then need to render that content in JSX. Let's change the Hero title to ma...





