HTML showing up on supermarket pages

Noticed this on a couple different pages on the supermarket - there is HTML
showing up on the page: http://i.imgur.com/JM416W2.png

That HTML is actually in the README

https://raw.githubusercontent.com/lusis/chef-logstash/master/README.md

Supermarket doesn’t parse HTML
https://github.com/chef/supermarket/blob/c076e68ffa205212364ff818c25aa30394684ad8/app/helpers/markdown_helper.rb#L12
in READMEs, while GitHub does https://github.com/github/markup, and the
cookbook authors in question are depending on the GitHub-ish behavior. This
could be changed — either the cookbook author could remove the HTML or
the Supermarket maintainers could allow it — but it’s working as designed
at the moment.

Matt Moretti
UMTS IT

On Thu, Jun 11, 2015 at 10:44 AM, Greg Barker fletch@fletchowns.net wrote:

Noticed this on a couple different pages on the supermarket - there is
HTML showing up on the page: http://i.imgur.com/JM416W2.png