function fixMarkdown()

in index.js [502:504]


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