From: José Padilla Date: Fri, 17 Aug 2018 15:36:57 +0000 (-0400) Subject: Add playground link (#437) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/1e56d02cadd9c5bb2a53a1d3e681e170786692bc?hp=9c8caecdd6434696d72bca38b93c179693fc2e4d Add playground link (#437) --- diff --git a/README.md b/README.md index 8ace440..e360232 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ content instead. *Black* makes code review faster by producing the smallest diffs possible. +Try it out now using the [Black Playground](https://black.now.sh). + --- *Contents:* **[Installation and usage](#installation-and-usage)** | @@ -796,7 +798,7 @@ 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) diff --git a/docs/index.rst b/docs/index.rst index da60f7b..4086837 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,6 +14,8 @@ possible. Blackened code looks the same regardless of the project you're reading. Formatting becomes transparent after a while and you can focus on the content instead. +Try it out now using the `Black Playground `_. + .. note:: `Black is beta `_.