From e64a483f891852db2f0ecf2066fab90fa531079a Mon Sep 17 00:00:00 2001 From: Ronan Giron Date: Thu, 13 Aug 2020 14:06:40 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d457c3d..c8a1ac3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Emoji support for `league/commonmark` +[![Latest Version](http://img.shields.io/packagist/v/elgigi/commonmark-emoji.svg?style=flat-square)](https://github.com/ElGigi/CommonMarkEmoji/releases) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) +[![Build Status](https://img.shields.io/travis/com/ElGigi/CommonMarkEmoji?style=flat-square)](https://travis-ci.com/ElGigi/CommonMarkEmoji) +[![Codacy Grade](https://img.shields.io/codacy/grade/98db5d34f26e481b8e63f9cc3a273033.svg?style=flat-square)](https://www.codacy.com/app/ElGigi/CommonMarkEmoji?utm_source=github.com&utm_medium=referral&utm_content=ElGigi/CommonMarkEmoji&utm_campaign=Badge_Grade) +[![Total Downloads](https://img.shields.io/packagist/dt/elgigi/commonmark-emoji.svg?style=flat-square)](https://packagist.org/packages/elgigi/commonmark-emoji) + This extension adds UTF-8 emoji with Github tag for the `league/commonmark` PHP Markdown parsing engine, based on the CommonMark spec. ## Installation