https://github.com/nuxt/nuxt.js/tree/dev/examples/markdownit
Make sure to install nuxt-edge as the current dev version has the nuxt package.
i removed all modules from nuxt.config.js as md throws an error as well
pug should render
This relative module was not found:
i have another larger nuxt project that i'm trying to convert to nuxt2.0 with hundreds of pug files. i'm consistently getting relative module not found in all of them.
after alot of hacking around - i got pug to work by installing "pug-plain-loader"
duplicate of #3161
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
https://github.com/nuxt/nuxt.js/pull/4409
Pug works out of the box again :relaxed:
Most helpful comment
after alot of hacking around - i got pug to work by installing "pug-plain-loader"