From: Daanyaal Syed Date: Mon, 17 Aug 2020 18:55:38 +0000 (-0400) Subject: Fix inline code style in README (#1608) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/80425ca440136002a64e24d6be7c3ba59cc20f9c Fix inline code style in README (#1608) Refer to `pyproject.toml` in HTML section of README with HTML code tags --- diff --git a/README.md b/README.md index aead10c..37b93c1 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ the equivalent of r-strings in Python. Multiline strings are treated as verbose expressions by Black. Use `[ ]` to denote a significant space character.
-Example `pyproject.toml` +Example pyproject.toml ```toml [tool.black]