From 62efe52edf534148604a65866d520a91723a5009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 17 Mar 2019 19:19:41 +0100 Subject: [PATCH] Link inside code test --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19af2df..3ea3362 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,8 @@ Format {65:c} # 'A' {3:08b} # '00000011' -> Binary with leading zeros. {3:0<8b} # '11000000' -> Binary with trailing zeros. +[I'm an inline-style link](https://www.google.com) +'Collections' : (list) ``` #### Float presentation types: @@ -1943,7 +1945,7 @@ Image from PIL import Image ``` -#### Creates PNG image of rainbow gradient: +#### Creates PNG image of a rainbow gradient: ```python width = 100 height = 100