make > escapable. closes #13.
This commit is contained in:
parent
a731a41f44
commit
c201cb9720
@ -282,7 +282,7 @@ block.token = function(str, tokens, top) {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var inline = {
|
var inline = {
|
||||||
escape: /^\\([\\`*{}\[\]()#+\-.!_])/,
|
escape: /^\\([\\`*{}\[\]()#+\-.!_>])/,
|
||||||
autolink: /^<([^ >]+(@|:\/)[^ >]+)>/,
|
autolink: /^<([^ >]+(@|:\/)[^ >]+)>/,
|
||||||
gfm_autolink: /^(\w+:\/\/[^\s]+[^.,:;"')\]\s])/,
|
gfm_autolink: /^(\w+:\/\/[^\s]+[^.,:;"')\]\s])/,
|
||||||
tag: /^<!--[^\0]*?-->|^<\/?\w+[^>]*>/,
|
tag: /^<!--[^\0]*?-->|^<\/?\w+[^>]*>/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user