-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
link inside of Strong delimiter, the strong delimiter not work #2041
Comments
marked demo STRONG. OK STRONG! OK Looks like the second |
PRs are always welcome 😁👍 |
I think the conflicting rule is this:
In this case, the ending
So following that, the solution is to make sure we include the general Unicode categories listed above because |
Marked version: https://github.com/markedjs/marked/blob/009427f65dadd5dff9ec0189e008677aea9fbcfa/lib/marked.js
Describe the bug
When there is a link inside of a strong delimiter, followed closely by a character other than
[ .!,;] ....
, the strong delimiter is broken.To Reproduce
Info
Old Version don't have this issue.
Expected behavior
The strong delimiter should bolden the wrapped text no matter of what's inside and what's behind.
The text was updated successfully, but these errors were encountered: