X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7462ef3ea693d5c04a73e47c517b19b88dde6de3..9db828c3def8f23f0d9e8650a7d2b009c8043eaf:/README.md diff --git a/README.md b/README.md index 11c3d44..0d0c788 100644 --- a/README.md +++ b/README.md @@ -780,6 +780,12 @@ Use the badge in your project's README.md: [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) ``` +Using the badge in README.rst: +``` +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/ambv/black +``` + Looks like this: [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)