FIX: Link reference-style text without a url

This commit is contained in:
Robin Ward
2013-10-21 14:16:23 -04:00
parent c9dd83cba4
commit e527cbf884
2 changed files with 7 additions and 2 deletions

View File

@@ -130,6 +130,9 @@ test("Links", function() {
"<ul><li><a href=\"http://eviltrout.com\">Evil Trout</a></li></ul>",
"allows markdown link references in a list");
cooked("User [MOD]: Hello!",
"<p>User [MOD]: Hello!</p>",
"It does not consider references that are obviously not URLs");
});
test("simple quotes", function() {