mdpdf icon indicating copy to clipboard operation
mdpdf copied to clipboard

Markdown to PDF command line app with support for stylesheets

Results 72 mdpdf issues
Sort by recently updated
recently updated
newest added

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.2.0 to 15.5.0. Release notes Sourced from puppeteer's releases. v15.5.0 15.5.0 (2022-07-21) Features chromium: roll to Chromium 105.0.5173.0 (r1022525) (#8682) (f1b8ad3) v15.4.2 15.4.2 (2022-07-21) Bug Fixes taking...

dependency
javascript

Bumps [execa](https://github.com/sindresorhus/execa) from 0.6.3 to 6.1.0. Release notes Sourced from execa's releases. v6.1.0 Support AbortController (#490) c6e791a Allow cwd and localDir options to be URLs (#492) 93ab929 https://github.com/sindresorhus/execa/compare/v6.0.0...v6.1.0 v6.0.0 Breaking...

dependency
javascript

I'm trying to add a **page number** in the **footer** of my PDF. **index.js** that I run(node) to create the PDF: ```javascript const path = require('path'); const mdpdf = require('mdpdf');...

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.3 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@โ€‹juergba) #4848: Drop Internet-Explorer-11 support (@โ€‹juergba)...

dependency

Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 ๐Ÿ”— Changelog 2.7.0 diff ๐Ÿ”— Release note 2.6.2 ๐Ÿ”— Changelog 2.6.1 ๐Ÿ”— Changelog 2.6.0 ๐Ÿ”— Release note...

dependency
javascript

Bumps [file-url](https://github.com/sindresorhus/file-url) from 2.0.2 to 4.0.0. Release notes Sourced from file-url's releases. v4.0.0 Breaking Require Node.js 12 52b906d This package is now pure ESM. Please read this. https://github.com/sindresorhus/file-url/compare/v3.0.0...v4.0.0 v3.0.0 Breaking:...

dependency
javascript

Hey @BlueHatbRit, Would you be open to upgrading the dependencies to the latest versions? For example, it is still using puppeteer 2, which is probably a lot less secure than...

When using mdpdf on some generated markdown, the links to other files are always being converted into absolute file paths instead of relative. This is one a windows 10 machine...

Is there a way to generate the PDF outline/table of content? I do have a ToC within the document with working links (using markdown-toc), but the generated PDF does not...

enhancement

If a hyperlinked text goes across two lines, the hyperlink is activated for all words present in both lines. Not sure why this is occuring. Looks something like this: Consider...

bug