mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
24 lines
172 B
Markdown
24 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
|