mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
23 lines
172 B
Markdown
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
|