function fixMarkdown()

in index.js [493:495]


function fixMarkdown(body) {
    return body.replace(/\! \[/g, '![').replace(/\] \(/g, '](');
}