You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Inline link is detected even when there is a space between square brackets and parentheses.
The pattern for inline links is [link text](link): the left square bracket and the left parentheses are next to each other, without white space between them.
It turns out that adding a white space in between still results in an inline link, but it should not.
Input:
[some] (text)
Expected output:
<p>[some] (text)</p>
Actual output:
<p><a href="text">some</a></p>
The text was updated successfully, but these errors were encountered:
Description:
Inline link is detected even when there is a space between square brackets and parentheses.
The pattern for inline links is
[link text](link)
: the left square bracket and the left parentheses are next to each other, without white space between them.It turns out that adding a white space in between still results in an inline link, but it should not.
Input:
Expected output:
Actual output:
The text was updated successfully, but these errors were encountered: