-
Notifications
You must be signed in to change notification settings - Fork 893
Closed
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.coreRelated to the core parser code.Related to the core parser code.
Description
Hi,
I've encountered an unexpected behavior:
Markdown:
[![Build Status]](https://travis-ci.org/commonmark/cmark)
[Build Status]: https://img.shields.io/travis/commonmark/cmark/master.svg?style=flat
Produces
<p>
<a href="https://travis-ci.org/commonmark/cmark">![Build Status]</a>
</p>
Expected behavior: (inserted the above markdown snippet as is into this issue)
or in html:
<p>
<a href="https://travis-ci.org/commonmark/cmark"><img src="https://img.shields.io/travis/commonmark/cmark/master.svg?style=flat" alt="Build Status"></a>
</p>
In babel:
Metadata
Metadata
Assignees
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.coreRelated to the core parser code.Related to the core parser code.