Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

literalMidWordUnderscores causes full sentences to be bolded #544

Assignees
Labels

Comments

@rachel-church
Copy link

I would expect the behavior of literalMidWordUnderscores to only affect underscores attached to non-space characters.

Example:
some text with__underscores__in middle where __ is used without spaces between words.

Actual Behavior:
If literalMidWordUnderscores is true then all text between two separate bolded words gets bolded.

__Once upon a time__, there was a little girl named __Goldilocks__.
Expected: Once upon a time, there was a little girl named Goldilocks.

screen shot 2018-06-01 at 9 28 56 am

@tivie tivie self-assigned this Jun 5, 2018
@tivie tivie added the bug label Jun 5, 2018
@tivie
Copy link
Member

tivie commented Jun 5, 2018

bug introduced in 1.6.4

VladimirV99 added a commit to VladimirV99/showdown that referenced this issue Oct 21, 2018
fix italicsAndBold if literalMidwordUnderscores option is enabled
it should end at the nearest closing underscores, not the furthest

Closes showdownjs#544
@tivie tivie closed this as completed in 4378abb Nov 9, 2018
tivie pushed a commit that referenced this issue Nov 10, 2018
fix italicsAndBold if literalMidwordUnderscores option is enabled
it should end at the nearest closing underscores, not the furthest

Closes #544
tivie pushed a commit that referenced this issue Nov 10, 2018
fix italicsAndBold if literalMidwordUnderscores option is enabled
it should end at the nearest closing underscores, not the furthest

Closes #544
# for free to join this conversation on GitHub. Already have an account? # to comment