Md To Pdf Versions Save

Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.

v4.0.1

2 years ago

4.0.1 (2021-08-30)

Bug Fixes

  • expose correct puppeteer launch options interface (#98) (32af9b3) - thanks to @ccarcaci

v4.0.0

2 years ago

4.0.0 (2021-07-01)

⚠ BREAKING CHANGES

  • upgrade dependencies (738029c), closes #87
    • puppeteer@10 drops node 10 support which is why the required engine is now node >= 12.0.
    • The minimum required puppeteer version is now 8.0.0 because it ships its own interfaces with some breaking changes.
    • highlight.js@11 has some breaking changes that might affect PDF output slightly.

v3.3.2

3 years ago

3.3.2 (2021-04-09)

Bug Fixes

  • inject styles and scripts in given order (e1b6003)

v3.3.1

3 years ago

No changes, just updated a lot of dependencies.

v3.3.0

3 years ago

3.3.0 (2021-02-22)

Features

  • cli: expose watchOptions (9a68f5f), closes #84
  • new script config option to inject scripts, mathjax test (c8628a4)

Special thanks to @MangelMaxime for his support with debugging the chokidar watching issues on Windows!

v3.2.1

3 years ago

The new page-media-type config option had incorrect case, it's now page_media_type so that the CLI flag --page-media-type will actually work.

v3.2.0

3 years ago

This release had an issue with the new option that was introduced and was not actually published to npm.


Adds a new pageMediaType option (or --page-media-type flag) that can either be screen (default) or print, if you want to use print styles.

v3.1.2

3 years ago

Updates dependencies, including marked which fixes a bug with emphasis when using asterisks. Thanks @petergardfjall for pointing that out!

v3.1.1

3 years ago

Just updated dependencies.

v3.1.0

4 years ago

https://github.com/simonhaenisch/md-to-pdf/compare/v3.0.1...v3.1.0

Features