Next.js Discord

Discord Forum

markdown parser for next js

Unanswered
Chartreux posted this in #help-forum
Open in Discord
ChartreuxOP
I'm looking for markdown parser like https://github.com/markedjs/marked for next js that takes string input and returns it as html? Which is the most popular and widely used?

2 Replies

I used to use showdownjs or turndown
you can use any compilers in nextjs

if you ask for my recommendations, i usually stay close to the unified (remark/rehype) ecosystem for its extensive plugin system