Brian Woodward

Results 268 comments of Brian Woodward

`markdown-toc` returns an object with a `.content` property that contains the results from rendering the `toc`. It looks like `markdown-pdf` is expecting a string or buffer to be returned since...

@fatso83 if you'd like to open an issue at `markdown-pdf` you could do that to request that they check the output of `.render` and if it's an object use `.content`....

I meant to mention the unlazy loader earlier... I didn't know it was hard to add webpack loaders to angular-cli. I'll look into this a little more later today.

@flamusdiu I don't know much about `angular-cli` but it looks like from the issue they're not going to allow customizing webpack configs. I don't have the time right now, but...

@flamusdiu thanks for digging in more and looking for a solution. On your fork, if you try some of the following things that end up working with angular-cli, I'll review...

This package (`gray-matter`) does not do anything with those values in the front matter. It just parses the front matter from the contents passed in and turns it into an...

@wkirby thanks for the detailed issue. It looks like PR #111 fixes this. I'll try merge this in and publish a fix this weekend.

Thanks for the PR, but this isn't necessary right now. `6.0.3` will automatically be used due to the semver range. When other changes are made to this package, we'll merge...

The code you linked to doesn't show a reproduction. Can you provide a reproduction that isn't code from within another library? Also, you're not returning any of the promises, so...

@thymikee thank you for the reproduction steps! It looks to be just be extra newlines. From the description and the screen shots in the other issue, I originally thought there...