You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the improvement or update you wish to see?
The Next.js blog tutorial's example repo uses an older version of the remark library, version 14.0.2. However, running npm install remark remark=html will install 15.0.1, which fails to convert markdown into HTML.
With Remark ^15.0.1
With Remark ^14.0.2
On the "Render Markdown" page of the tutorial, npm install remark remark-html could be replaced with npm install remark@^14.02 remark-html to fix this
Is there any context that might help us understand?
Picture of relevant code snippet:
Does the docs page already exist? Please link to it.