-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
White-Space preventing selected text to be converted into Bold/Italics if the selected text ends or starts with a white-space #2573
Comments
Can I work on this @laurent22 @PackElend @tessus plus the solution to this seems pretty straight forward, just remove the white spaces I believe before and after the selected text -> add the Markdown-code -> and the readd the white space Suppose the selected text is " Hello world " (double quotes are just placeholders to show whitespace)
I'm not really sure about the third step, should I re-add the white space or let the text be as it is |
what tool you are using for the screen records? |
but check changes in #2565 |
|
Alright, I'll do the same and get you back with the PR ASAP ^^ |
BUG
If you select a line and press the bold button if the line has a white space, in the end, the text does not get bold(or italics)
Problem
White space in the beginning
White space at the end
EXPECTED BEHAVIOR
The text was updated successfully, but these errors were encountered: