Skip to content

Instantly share code, notes, and snippets.

@peterkeller
Created November 27, 2021 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterkeller/b6a6d8ec48307909c8c1c67ad3d5513f to your computer and use it in GitHub Desktop.
Save peterkeller/b6a6d8ec48307909c8c1c67ad3d5513f to your computer and use it in GitHub Desktop.
var markdownpdf = require("markdown-pdf")
markdownpdf().from("apache-camel-build.md").to("apache-camel-build.pdf", function () {
console.log("Done")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment