Mdpdf Versions Save

Markdown to PDF command line app with support for stylesheets

3.0.2

4 months ago

3.0.1

1 year ago

Actually upgrade puppeteer... damn I suck.

3.0.0

1 year ago

3.0.0

This is listed as a major upgrade because it comes with a significant upgrade to Puppeteer which is used to render the pdf output. We want to make sure people take this upgrade intentionally instead of accidentally in case there's a difference that our testing hasn't turned up.

Aside from Puppeteer, this release is only minor bug fixes and security updates, see below for details.

What's Changed

New Contributors

Full Changelog: https://github.com/BlueHatbRit/mdpdf/compare/2.1.2...3.0.0

2.1.1

4 years ago
  • Enable debug html output to be sent to a different drive on nix systems

2.1.0

4 years ago

Changes:

  • Add --gh-style flag to apply github styles as base when supplying custom styles.

2.0.7

4 years ago

This introduces automatic package publishing with no changes since 2.0.6

2.0.6

4 years ago

The changes are pretty thin with 2.0.6, however I'd suggest updating as there are some high severity security updates.

Changes

2.0.1

5 years ago

2.0.0

5 years ago

Replace original render engine (html-pdf) which used the deprecated PhantomJS with Chrome's Puppeteer project.

This introduces a number of changes to headers and footers denoted in the readme.

1.6.0

6 years ago

Features

  • You may now use the MDPDF_STYLES environment variable to set a default global stylesheet for when calling mdpdf on the command line. - #35