From 4c10c89406df4ea3b9c0a8d1c7ee9ed39bbef41a Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Wed, 11 Nov 2020 09:52:05 +0900 Subject: [PATCH] Update README (#6) --- README.md | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 1693201..8556e99 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # linkify-it-py - +[![CI](https://github.com/tsutsu3/linkify-it-py/workflows/CI/badge.svg?branch=main)](https://github.com/tsutsu3/linkify-it-py/actions) +[![pypi](https://img.shields.io/pypi/v/linkify-it-py)](https://pypi.org/project/linkify-it-py/) +[![codecov](https://codecov.io/gh/tsutsu3/linkify-it-py/branch/main/graph/badge.svg)](https://codecov.io/gh/tsutsu3/linkify-it-py) +[![Maintainability](https://api.codeclimate.com/v1/badges/6341fd3ec5f05fde392f/maintainability)](https://codeclimate.com/github/tsutsu3/linkify-it-py/maintainability) This is Python port of [linkify-it](https://github.com/markdown-it/linkify-it). - > Links recognition library with FULL unicode support. > Focused on high quality link patterns detection in plain text. @@ -110,9 +109,7 @@ linkifyit.add("@", {"validate": validate, "normalize": normalize}) ## API -**TODO** - +Override default options. Missed properties will not be changed. ## License