Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 651 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 651 Bytes

Markdown to PDF

MarkdownをPDFに変換するやつです。

Getting Started

docs以下に .md を置いて npm run print すると、いい感じに .pdf にしてくれます。

Prerequisities

node.js and npm is required.

Installing

  1. install dependencies.
npm install
  1. put your .md file to docs.
touch docs/some_markdown.md
vi docs/some_markdown.md
  1. run print task
npm run print

Authors

License

This project is licensed under the ISC License.
See also https://opensource.org/licenses/isc-license.txt