Skip to content

Commit

Permalink
Markdown doesn't support images in between tags unless they're HTML i…
Browse files Browse the repository at this point in the history
…mages. Fixed other CS.
  • Loading branch information
davidbyoung committed Apr 14, 2020
1 parent 1cf58e3 commit 681723d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<p align="center"><a href="https://www.aphiria.com" target="_blank" title="Aphiria"><img src="https://www.aphiria.com/images/aphiria-logo.svg"></a></p>

<p align="center">

[![Build Status](https://travis-ci.com/aphiria/reflection.svg)](https://travis-ci.com/aphiria/reflection)
[![Coverage Status](https://coveralls.io/repos/github/aphiria/reflection/badge.svg?branch=master)](https://coveralls.io/github/aphiria/reflection?branch=master)
[![Latest Stable Version](https://poser.pugx.org/aphiria/reflection/v/stable.svg)](https://packagist.org/packages/aphiria/reflection)
[![Latest Unstable Version](https://poser.pugx.org/aphiria/reflection/v/unstable.svg)](https://packagist.org/packages/aphiria/reflection)
[![License](https://poser.pugx.org/aphiria/reflection/license.svg)](https://packagist.org/packages/aphiria/reflection)

<a href="https://travis-ci.com/aphiria/reflection"><img src="https://travis-ci.com/aphiria/reflection.svg?branch=master"></a>
<a href='https://coveralls.io/github/aphiria/reflection?branch=master'><img src='https://coveralls.io/repos/github/aphiria/reflection/badge.svg?branch=master' alt='Coverage Status' /></a>
<a href="https://packagist.org/packages/aphiria/reflection"><img src="https://poser.pugx.org/aphiria/reflection/v/stable.svg"></a>
<a href="https://packagist.org/packages/aphiria/reflection"><img src="https://poser.pugx.org/aphiria/reflection/v/unstable.svg"></a>
<a href="https://packagist.org/packages/aphiria/reflection"><img src="https://poser.pugx.org/aphiria/reflection/license.svg"></a>
</p>

# Reflection
Expand Down

0 comments on commit 681723d

Please sign in to comment.