Skip to content

Commit 62efe52

Browse files
committed
Link inside code test
1 parent 2ed74a5 commit 62efe52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ Format
366366
{65:c} # 'A'
367367
{3:08b} # '00000011' -> Binary with leading zeros.
368368
{3:0<8b} # '11000000' -> Binary with trailing zeros.
369+
[I'm an inline-style link](https://www.google.com)
370+
<strong>'Collections'</strong> : (<a href="#list">list</a>)
369371
```
370372

371373
#### Float presentation types:
@@ -1943,7 +1945,7 @@ Image
19431945
from PIL import Image
19441946
```
19451947

1946-
#### Creates PNG image of rainbow gradient:
1948+
#### Creates PNG image of a rainbow gradient:
19471949
```python
19481950
width = 100
19491951
height = 100

0 commit comments

Comments
 (0)