Chris Wren
Chris Wren
I love using the differential feature to save time by only uploading modified assets. However, if I change the caching header or content encoding of a resource, and the content...
I have seen so much frustration from grunt users not knowing about --stack. I don't see why you _wouldn't_ want to see a stack trace when an error occurs.
Thanks for making this cool grunt plugin! I was wondering if anyone knew of any good HTML reporters which help visualize the generated JSON data?
Users will potentially run into a rate limit after using the module and the easiest way to solve it would be to allow them to generate an auth token using...
The [preprocessCode](https://github.com/ChrisWren/mdlint/blob/master/index.js#L344) function is pretty weak at this point in time. It has very basic ways of discovering JavaScript partials and adding code around the partial so that the partial...
As of now there are only three forms of [accepted partials](https://github.com/ChrisWren/MarkLint#accepted-psuedocode). We need to determine what is the best partials to allow in order to encourage consistency across JavaScript docs/blogging...
As of right now, mdlint prints error with line numbers relative to a code block instead of the file. It would be better to have the true line number to...