fix angle links

This commit is contained in:
Christopher Jeffrey 2011-08-22 14:34:28 -05:00
parent 5bb311e1f3
commit 79cbf5fd00

View File

@ -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]