Rasterizes Markdeep (https://casual-effects.com/markdeep/) files to HTML using puppeteer
This module can be used to convert Markdeep files
to static HTML.
This module is meant to be executed directly with npx:
``bash`
npx markdeep-rasterize
Where each is a path to a Markdeep file ending in .md.html. The output .html files
will be generated in the specified output directory.
Here is a real-world example from Filament:
`bash``
npx markdeep-rasterizer ../../docs/Filament.md.html ../../docs/Materials.md.html ../../docs/
Apache License
Version 2.0, January 2004