stuffem
v1.1.0
Published
I has bunch of markdown. Stuff'em into one HTML plis
Readme
Stuff'em
Feed me a markdown file that has a list of links to other markdown files, like this:
npx stuffem index.mdwhere index.md:
- [First chapter](./chap1.md)
- [Second chapter](./chap2.md)Out you get an index.html.
By the way, supports mermaidjs.
flowchart TD
Start --> Stop