Convert Markdown syntax to PDF using HTML5 Boilerplate with Node.js.
- node --version v10.0.0
- Node.js
- Clone this repo
cd rnd-markdown-to-pdf
npm install
- Edit
./test.md
: change some text - Run the conversion:
npm index.js
- Open
./test.pdf
to check your output