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:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4