Alan Shaw

Results 121 comments of Alan Shaw

Released in 0.34.3 - feel free to close this issue at your leisure

Could you post an example document I can take a look at?

Thanks for your work on this and sorry for not reviewing it sooner. I think it might be worth considering this as the default CSS, and relegating html5bp CSS as...

Should be, the markdown-pdf module is a [through stream](https://nodejs.org/dist/latest-v6.x/docs/api/stream.html#stream_duplex_and_transform_streams) so you should be able to pipe in and out: ``` js process.stdin.pipe(markdownpdf()).pipe(process.stdout) ``` I'd definitely accept a pull request to...

There is a good [Lorem Ipsum markdown file](https://github.com/alanshaw/markdown-pdf/blob/master/test/fixtures/ipsum.md) that we should use for this.

Hi @bmahsman will you send a PR?

@bmahsman in phantomjs you'd use the "system" module - http://phantomjs.org/api/system/property/os.html

Yep, this would be good and should be relatively easy to implement given the [programmatic API already supports it](https://github.com/alanshaw/markdown-pdf#from-multiple-paths-to-multiple-paths). PR would be gratefully accepted.

@sander76 @bengreenier did you resolve your problem? If not perhaps try the latest version of markdown-pdf (7.0.0) which is using the new version of phantomjs. Let me know how you...

@neooblaster is this what you're looking for? https://github.com/alanshaw/markdown-pdf#optionsrunningspath