Skip to content

Releases: elliotblackburn/mdpdf

Minor updates

30 Mar 16:17
1.2.3
Compare
Choose a tag to compare

Updates

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

Documentation update

25 Mar 21:54
1.2.2
Compare
Choose a tag to compare

A correction to the README documentation for the new argument system

Change argument parsing

25 Mar 21:32
1.2.1
Compare
Choose a tag to compare

Implemented a new argument parsing module to change the basic syntax over to something like:

$ mdpdf README.md
$ mdpdf README.md --style md-styles.css --debug
$ mdpdf README.md README-Output.pdf

Correct the emoji release

23 Mar 11:09
1.1.1
Compare
Choose a tag to compare

Emoji support

23 Mar 11:08
1.1.0
Compare
Choose a tag to compare

Add emoji support for things like ❤️ and 👍

Update package.json

06 Feb 23:18
1.0.2
Compare
Choose a tag to compare

Add the files array to package.json to help keep things semantically correct!

Better images inclusion!

30 Jan 21:23
1.0.1
Compare
Choose a tag to compare

Changes

  • Images were originally sourced from the PWD that the command was run from. This is now changed to default to the directory that the source MD file is from.
  • The place where images are sourced from has now been added as the API option assetsDir.

Initial production (1.0.0) release

27 Jan 23:55
1.0.0
Compare
Choose a tag to compare

First production release with:

  • Converting markdown into reasonable PDFs.
  • Make use of github/ghost markdown features.
  • Customisable page headers that appear on every page.
  • Reasonable default styles.
  • Option to fully customise and control the PDF styles.

Production release candidate

27 Jan 23:39
0.1.6
Compare
Choose a tag to compare
Pre-release

Release 1.0.0 candidate.

Changes:

  • Replaced markdown -> html engine to now use showdown. This gives us more markdown features and better control, it should follow the main spec exactly with the addition of favoured github markdown features such as tables and task lists.
  • Add in a process to inspect the image sources and fully qualify them. This will turn relative links into absolute links with the file:// protocol to enable phantomjs (used in html-pdf) to pick them up for the final pdf render.

Stability

27 Jan 23:36
0.1.5
Compare
Choose a tag to compare
Stability Pre-release
Pre-release

Removed some code which was accidentally included in the publish causing the application to not work at all.