Convert markdown to PDF file.
This is my gulp project. It reading all the files in a folder recursively and convert markdown file to PDF file.
markdownファイルを、PDFファイルへ一括変換します。markdown(.md)→PDFの変換にはmarkdown-pdfとgulpを使わせて頂いてます。
Please see the following. https://github.com/tea3/node-markdown2pdf/blob/master/file/pdf/sample-markdown.pdf
$ git clone https://github.com/tea3/node-markdown2pdf.git
$ cd node-markdown2pdf
$ npm install
-
Copy your markdown file to the
./file/markdown/
. -
Please run
gulp
task.
$ gulp b