Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Problems with emphasis inside words. #7

Open
arodland opened this issue Sep 24, 2009 · 0 comments
Open

Problems with emphasis inside words. #7

arodland opened this issue Sep 24, 2009 · 0 comments

Comments

@arodland
Copy link

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>*".
  • However: "*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.

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

No branches or pull requests

1 participant