0.0.2 • Published 8 years ago

experimental-markdown-json-lint v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

experimental-markdown-json-lint

lint json in markdown json codeblock

installation

npm install -g experimental-markdown-json-lint
experimental-markdown-json-lint "*.md"

sample.md

this is a chapter

here text

aaa

{ "a": 1 }
<?php
echo 'ok';
{ "b: 'a' }
{ "b": 2 }
{ "x: 2 }

yeah

result

sample.md
Parse error on line 1:
{ "b: 'a' }
--^
Expecting 'STRING', '}', got 'undefined'
Parse error on line 1:
{ "x: 2 }
--^
Expecting 'STRING', '}', got 'undefined'
0.0.2

8 years ago

0.0.1

8 years ago