var test =`
Hellow !!!
`; var markdown = require('./markdown.js'); console.log(markdown.validate(test));