fix angle links
This commit is contained in:
parent
5bb311e1f3
commit
79cbf5fd00
@ -272,7 +272,7 @@ inline.lexer = function(str) {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
text = /^\s*<?([^\s]*)>?(?:\s+"([^\n]+)")?\s*$/.exec(cap[2]);
|
||||
text = /^\s*<?([^\s]*?)>?(?:\s+"([^\n]+)")?\s*$/.exec(cap[2]);
|
||||
link = {
|
||||
href: text[1],
|
||||
title: text[2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user