markdownlint/test/lint-javascript.md

23 lines
172 B
Markdown

# Lint JavaScript
<!-- markdownlint-disable MD046 -->
Text
```js
"use strict";
var x = 0;
console.log(x);
```
Text
var y = 0;
Text
Text `undefined` text
Text