mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Link reference-style text without a url
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user