escape underscore
This commit is contained in:
parent
e8eec85db4
commit
493caef1cd
@ -205,7 +205,7 @@ block.token = function(str, tokens) {
|
||||
*/
|
||||
|
||||
var inline = {
|
||||
escape: /^\\([\\`*{}\[\]()#+\-.!])/,
|
||||
escape: /^\\([\\`*{}\[\]()#+\-.!_])/,
|
||||
autolink: /^<([^ >]+(@|:\/)[^ >]+)>/,
|
||||
tag: /^<[^\n>]+>/,
|
||||
link: /^!?\[([^\]]+)\] *\(([^\)]*)\)/,
|
||||
|
Loading…
x
Reference in New Issue
Block a user