1. Glob all Markdown files. 2. Hook into marked lexer and extract code fragments. [Example](https://github.com/webpack/webpack.io/blob/develop/utilities/markdown.js). 3. Eliminate any custom markup (i.e., ellipsis). 4. Run eslint against the code fragments.