mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-05 13:54:44 +00:00
Fix link text balanced bracket matching
This commit is contained in:
@@ -278,7 +278,7 @@ namespace Markdig.Parsers.Inlines
|
||||
}
|
||||
return true;
|
||||
}
|
||||
else
|
||||
else if (text.CurrentChar != ']' && text.CurrentChar != '[')
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user