Keith Cirkel
                                            Keith Cirkel
                                        
                                    I think perhaps a simpler way to handle this would be to pass the entire document through marked once, rather than multiple times, just as it used to be after...
I'm going to kind of munge this issue with #227. Both issues relate to the same thing: Marked considers each doc block as a standalone markdown file. #227 is as...
Fancy turning this into a pull request? That way you'll get listed as a contributor, which is obviously awesome!
Thanks for the bug report @Truffula. Do you have a codebase somewhere, where this can be seen? Do you think you could provide a fix in a PR?
@klh This issue is quite old, is it still an issue? If so do you fancy making a PR for it. If not would you kindly close it. Thanks
@streetlight Is this still an issue for you or shall I close it?
That's my understanding and interpretation of the spec too. This polyfill can really only do a "best effort" by overriding the `document.cookie` setter to observe for assignments to that, which...
62ea080f031dc8863299d59cd954f05d9f01bf46, e9eff9aa5fc724e65ba1eaea7e15f658d537e808, c070227229a6ebc671dbe719f1ecf8a3a2254c0e, all need to be reverted too I believe.
They feel like a major bump, for example 62ea080 introduces throwing `TypeError`s.
:+1: as a quick and dirty hack, you can see if the file specified has a .styl extension, and if the 'stylus' executable exists. You will likely also need to...