Skip to content

HoracePGreeley/markdown-document

 
 

Repository files navigation

markdown-document

Converts markdown files to PDF documents using HTML templates.

NPM Version NPM Downloads

Getting started

  1. Install markdown-document using the following command:
yarn add markdown-document --save
  1. Create your document
echo # My first markdown-document > document.md
  1. (Optional) configure document properties using document.json
  2. Build PDF file:
yarn markdown-document generate

Documentation

See the docs directory for detailed documentation.

License

MIT

About

Converts markdown files to PDF documents using HTML templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.3%
  • HTML 5.7%
  • XSLT 4.8%
  • CSS 3.0%
  • JavaScript 2.2%