-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
literalMidWordUnderscores causes full sentences to be bolded #544
Closed
rachel-church opened this issue
Jun 1, 2018
· 1 comment
· May be fixed by qsays/Awesome-Design-Tools#1, coderbyheart/contentful-static-website-generator#6, KrisPeachyKen/ai#3, superadmiral/ai#3 or Omrisnyk/ElastiQuill#74
Closed
literalMidWordUnderscores causes full sentences to be bolded #544
rachel-church opened this issue
Jun 1, 2018
· 1 comment
· May be fixed by qsays/Awesome-Design-Tools#1, coderbyheart/contentful-static-website-generator#6, KrisPeachyKen/ai#3, superadmiral/ai#3 or Omrisnyk/ElastiQuill#74
Labels
Comments
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
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
This was referenced Mar 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: