frouo / next-markdown

Markdown Pages for Next.js with 0 effort, dynamic routes and your layout design
https://twitter.com/nextmarkdown
117 stars 5 forks source link

feat (advanced): split next-markdown into smaller modules #9

Open frouo opened 2 years ago

frouo commented 2 years ago

Split the lib in several parts

Finally npm install next-markdown would install, by default, both @nextmarkdown/core and @nextmarkdown/markdown-to-html so it is really easy to get started with next-mardown + covers 80% of the usage cases.

edvincandon commented 2 years ago

option 2 🎉