In this article, we are going to learn how to use Next.js to read files from the file system, parse the Markdown, and render it to HTML. In particular, we’re going to see how Nx helps us generate code and organize the features into Nx libraries. Rendering Markdown files is an essential part of creating a JAMStack application. For our blog platform, we are going to write articles in Markdown, which should then be parsed and rendered properly.

#nextjs 

Read & Render MD Files with Next.js and Nx
2.15 GEEK