diff --git a/index.js b/index.js index 306d1aa..76c924a 100755 --- a/index.js +++ b/index.js @@ -55,6 +55,7 @@ module.exports = function(input){ } } html += popHTMLStack(-1, previous_line_num_tabs); + html = html.replace(/(http:\/\/[^\s<]*)/g, '$1'); previous_line_num_tabs = -1; return html }