experimental-markdown-json-lint
v0.0.2
Published
(this package is experimental):lint json in markdown at json codeblock
Readme
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'