1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-20 01:41:30 +00:00

New html validator is working

This commit is contained in:
Scott Tolksdorf
2016-09-15 00:28:41 -04:00
parent c49321d590
commit dd1264d2e6
2 changed files with 82 additions and 62 deletions

View File

@@ -0,0 +1,30 @@
var test =`
<div class >
<a>
</div>
</a>
<span> </span>
<div> Hellow !!! </div></div></div></div></div></div>
</a>
`;
var markdown = require('./markdown.js');
console.log(markdown.validate(test));