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

underscore with brace not rendered correctly #494

Closed
fyears opened this issue Sep 29, 2014 · 2 comments
Closed

underscore with brace not rendered correctly #494

fyears opened this issue Sep 29, 2014 · 2 comments

Comments

@fyears
Copy link

fyears commented Sep 29, 2014

While gfm is enabled:

k = marked('a_b_c_{s}');
// my expected k : '<p>a_b_c_{s}</p>'
// real k: '<p>a<em>b_c</em>{s}</p>'

Is it a bug? Or I missed something in markdown syntax?

@notatestuser
Copy link

it's a bug. see #491

@joshbruce
Copy link
Member

Closing as most likely covered by spec compliance. See #1106 and #1216.

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

3 participants