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.
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.