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