UNPKG
mdlint
Version:
latest (0.1.0)
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Lints markdown files to find JavaScript syntax errors
ChrisWren/mdlint
mdlint
/
test
/
fixtures
/
syntaxerror.md
18 lines
(16 loc)
•
164 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
``
`js var x = { key: 'value' key2: 'value2' } `
``
``
`javascript utils.parse(function (content) { console.log(content); }; `
``
``
`json { key: 'value' } `
``