Rusty Geldmacher
Rusty Geldmacher
Looks like the good pdfkit folks just released 0.8.7.2 that included the fix for this CVE
@Convincible Thanks, that's a great fix! Do you have time to submit this as a pull request?
@stellarpower Wow, all of those enhancements sound great! Let's go with the process of separate pulls for each new feature, so we can keep things tidy. As for the tests,...
@stellarpower Also, to make things a little easier, I just pushed an update to remove "official" support for Jekyll < 2.3.0, because those versions were not correctly installing with newer...
Thanks @westonganger ! I noticed though that the change breaks the test suite (`bundle exec rspec`) -- out of curiosity, what version of Jekyll are you using where this change...
Thanks for the suggestion @k-funk -- this does seem like a common use case. I wonder if it makes sense to have `contentblock` support being a block element that can...
Note to self, we can probably get the first one done by using the approach described here http://stackoverflow.com/questions/19868301/liquid-custom-tag-block-tag-with-optional-closing-tag Also, could maybe add an `else` clause for `ifhascontentblock` by using the...
Hi @k-funk this is an interesting one -- is there a way you could create a repo or a gist for me that demonstrates this happening? Then I'll look into...