mdlint
mdlint copied to clipboard
Determine acceptable partials
As of now there are only three forms of accepted partials. We need to determine what is the best partials to allow in order to encourage consistency across JavaScript docs/blogging on the web.
If general, code should be valid JavaScript except if it is taken out of context, or doesn't have a name applied to it. For example an anonymous function can be an object property, a function parameter, or a variable, but when writing code in a markdown document the surrounding English description describes the context and eliminates the need for explicit code.