Skip to content
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

Bug with simultaneous bold and italic #181

Open
LukeGT opened this issue Mar 11, 2014 · 3 comments
Open

Bug with simultaneous bold and italic #181

LukeGT opened this issue Mar 11, 2014 · 3 comments

Comments

@LukeGT
Copy link

LukeGT commented Mar 11, 2014

Input:

***something***

expected output:

<p><strong><em>something</em></strong></p>

actual output:

<p><strong>*something</strong>*</p>

Using latest browser release

@cptaffe
Copy link

cptaffe commented May 21, 2014

Seems

___something___

causes the same effect, but

*__something__*

works fine.

@raorao
Copy link

raorao commented Apr 8, 2015

Issue is reproducible as of 4/8/2015.

@OJFord
Copy link

OJFord commented Jul 12, 2015

Thanks @cptaffe for the workaround - would be good to have this fixed though.

It's probably not a trivial fix, since it is of course ambiguous - but probably everyone would expect the 'greedier' behaviour, marking down as much as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants