Ben Gubler
Ben Gubler
Please...
I tried adding an ending newline, but still no luck. My code: https://github.com/nebrelbug/squirrelly/blob/master/postinstall.js
@rally25rs so I don't believe that's the issue... On a side note, is there a way to test postinstall scripts without publishing a new version every time?
@ilanl this looks perfect! The problem in the test is that Squirrelly automatically auto-escapes references before passing them through filters (#189). This has the side effect of converting them to...
Hey @ilanl, I just released version 8.0.4 which applies Squirrelly's XML-escape filter after all other filters. Once you merge my recent changes into this PR, the tests should pass perfectly.
Hi @ilanl! Another PR was just merged which fixes the filter signature problem. However, I'd love to merge the test from your PR. Do you mind if I remove the...
If anybody would like to contribute to Squirrelly, I've added it to [Code Shelter](https://www.codeshelter.co/). They'll be able to vet potential contributors and grant edit and release access :)
I love how react-md is way simpler. With material-ui, you have to export withStyles() everything and it seems like nothing works without tons of extra styling.
Here's an option that doesn't require any configuration to set up. Define the All-Contributors badge image earlier in the Markdown: ``` [logo]: https://img.shields.io/badge/all_contributors-3-orange.svg 'Number of contributors on All-Contributors' ``` And...
Yes, I think it would. I was also thinking that once I generated a new JS file, I could tweak some things by hand, like removing features I don't need.