escape underscore

This commit is contained in:
Christopher Jeffrey 2011-08-21 18:19:08 -05:00
parent e8eec85db4
commit 493caef1cd

View File

@ -205,7 +205,7 @@ block.token = function(str, tokens) {
*/
var inline = {
escape: /^\\([\\`*{}\[\]()#+\-.!])/,
escape: /^\\([\\`*{}\[\]()#+\-.!_])/,
autolink: /^<([^ >]+(@|:\/)[^ >]+)>/,
tag: /^<[^\n>]+>/,
link: /^!?\[([^\]]+)\] *\(([^\)]*)\)/,