atom / one-dark-syntax

Atom One dark syntax theme
MIT License
448 stars 236 forks source link

Markdown with mixed HTML can produce incorrect styling #51

Closed SmilinBrian closed 9 years ago

SmilinBrian commented 9 years ago

I sometimes use <a href="blah" target="_blank"> HTML tags in my Markdown code when "open the link in a new browser" behavior is appropriate.

Unfortunately the underscore character with in "_blank" triggers the syntax to try to show "Markdown italicized" formatting until a "closing" underscore is encountered somewhere else.

See attached image.

onedarkunderscore

simurai commented 9 years ago

This seems to be a duplicate of https://github.com/atom/language-gfm/issues/44.

I'll close this here, but feel free to add a comment there.

SmilinBrian commented 9 years ago

Agreed, thanks.