UNPKG

standard-markdown

Version:

Test your Markdown files for Standard JavaScript Style™

15 lines (10 loc) 222 B
# The Clean Readme This is a markdown file with some javascript code blocks in it. ```js console.log('all good here!') ``` There are no linting errors in this file. ```javascript let wibble = 2 console.log(wibble) ```