Results 43 comments of Joey Baker

FWIW, the `Gruntfile` I'm working with looks something like this: ``` javascript , watch: { sass: { files: 'assets/sass/**/*.scss' , tasks: ['compass:dev'] , interrupt: true } , css: { files:...

@reedes have you had a chance to make any progress on this? ❤️

The reason I suspect that other commit would be a good fix is that it's effectively doing the same thing as your timeout fix, but still leaves us open to...

lol. Ironic timing dependabot.

I recognize that the ¶ symbol isn't technically correct for lists, but I'd think that list items are a pretty popular thing that people might want to link to, no?

Ah, yes! Hadn't considered non-text lists. That's a good point. I'll give it some thought. Perhaps it should only apply to lists wrapped in a ``?

ah! yup, [right you are](http://www.w3.org/TR/html401/struct/text.html). Perhaps if a list is a sibling of a ``?

@jensarps any chance you can take a look at this?

Apologies for not giving more reasoning in my patch message. Honestly, it's been long enough that I don't remember all the reasons for this change, but to your points: -...