Open arodland opened 15 years ago
There seem to be a number of problems when emphasis markers (* or ** or _ or __) occur inside of words. Specific examples:
*
**
_
__
"a*b*"
"a<em>b</em>"
"a**b**"
"a<strong>b</strong>"
"a*<em>b</em>*"
"*b*a"
"**b**a"
Underscores appear to be broken in the same ways (and correct in the same ways) as asterisks.
There seem to be a number of problems when emphasis markers (
*
or**
or_
or__
) occur inside of words. Specific examples:"a*b*"
should produce"a<em>b</em>"
but instead produces"a*b*"
."a**b**"
should produce"a<strong>b</strong>"
but instead produces"a*<em>b</em>*"
."*b*a"
and"**b**a"
behave as expected.Underscores appear to be broken in the same ways (and correct in the same ways) as asterisks.