render links

master
Matt Huntington 10 years ago
parent 91549b53ba
commit 26565acdab

@ -55,6 +55,7 @@ module.exports = function(input){
}
}
html += popHTMLStack(-1, previous_line_num_tabs);
html = html.replace(/(http:\/\/[^\s<]*)/g, '<a href="$1">$1</a>');
previous_line_num_tabs = -1;
return html
}

Loading…
Cancel
Save