Fix link text balanced bracket matching

This commit is contained in:
MihaZupan
2019-10-08 17:27:50 +02:00
parent a76305f39b
commit f16ee828db

View File

@@ -278,7 +278,7 @@ namespace Markdig.Parsers.Inlines
}
return true;
}
else
else if (text.CurrentChar != ']' && text.CurrentChar != '[')
{
return false;
}