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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Markdown syntax highlight doesn't mark bold properly if the bold area starts after alpha-numeric characters and/or ends before alpha-numeric characters.
Repro Steps
Open a markdown file.
Try put **bb**cc or aa**bb**
Expected: Only bb should be bolded. Actual: The bold area doesn't end or doesn't start.
This is very painful for CJK languages whose words are not always spaced.
This is a duplicate of #117 with an additional test case. The root cause though is asterisks in the middle of "words". You may want to subscribe there for updates.
Thanks. I missed the duplicate issue. This is important issue for CJK users, because there are no spaces in Chinese and Japanese, and spaces are mostly but not always the word break in Korean.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Markdown syntax highlight doesn't mark bold properly if the bold area starts after alpha-numeric characters and/or ends before alpha-numeric characters.
Repro Steps
**bb**cc
oraa**bb**
Expected: Only bb should be bolded.
Actual: The bold area doesn't end or doesn't start.
This is very painful for CJK languages whose words are not always spaced.
Command History
Versions
This report was created in and posted from the Atom editor using the package
bug-report
v0.7.1.The text was updated successfully, but these errors were encountered: