Mdpdf Versions Save

Markdown to PDF command line app with support for stylesheets

1.5.1

6 years ago
  • Added a loophole wrapper around HTML generation, this enables the package to be used within atom and vscode plugins.

1.5.0

6 years ago

A global --border flag has been added which sets the border on all sides.

1.4.0

6 years ago

Flags are now documented to be hyphenated to fall in line with unix standards.

1.3.5

7 years ago

Features

  • Add --noEmoji flag allowing users to turn off emoji conversions. (#22, #23)

1.3.4

7 years ago

Bug Fixes

  • Headers and footers now have their images processed and will display properly in the PDF.
  • The JavaScript API has had an undocumented option removed and set as a default within the main convert function.

1.3.3

7 years ago
  • Images are now resolved relative to the markdown file.

1.3.2

7 years ago

Fix windows image pathing issues causing images to not display in the PDF output.

1.3.1

7 years ago

Changes

  • Documentation updates for use of headers and footers

1.3.0

7 years ago

A number of changes are included in this release:

  • Header styling has been improved by automatically applying markdown-body styling to them.
  • Footer support has been added with the same styling system as headers.
  • PDF Quality has been changed from 75 to 100 to render the best PDF's possible.
  • A selection of examples have been added to display header, footer, and API usage.

1.2.3

7 years ago

Updates

  • Correct some documentation spelling
  • Make a fix for windows users preventing them from making any conversion at all