Skip to content

Commit cd8608d

Browse files
committed
Update README.md
1 parent aa5f0e7 commit cd8608d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,24 @@ This is **bold** and this is *italic*.
7474

7575
Create hyperlinks by wrapping the link text in brackets [] and following it with the URL in parentheses ():
7676

77+
```markdown
78+
[Catalyst](https://voices.projectcatalyst.io)
79+
```
80+
81+
renders as:
82+
7783
[Catalyst](https://voices.projectcatalyst.io)
7884

7985
### Images
8086

8187
Similar to links, but with an exclamation mark `!` in front:
8288

89+
```markdown
90+
![Alt text for the image](https://images.unsplash.com/photo-1733428450578-b497f84ee54b?q=80&w=2710&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)
91+
```
92+
93+
renders as:
94+
8395
![Alt text for the image](https://images.unsplash.com/photo-1733428450578-b497f84ee54b?q=80&w=2710&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)
8496

8597
### Code Blocks

0 commit comments

Comments
 (0)