Skip to content

Commit

Permalink
Merge pull request #1 from tyrimtrx99/start-markdown
Browse files Browse the repository at this point in the history
Start markdown by me
  • Loading branch information
Mohammed-Hafeez-99 authored Nov 27, 2024
2 parents 587c022 + 4392788 commit 17f19e9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# <h1>This is a gigantic header
# <h2>This is a large header
# <h3>This is a big header
# <h4>This is a normal header
# <h5>This is a small header
# <h6>This is a tiny header
i have just tested the headers

now an image
![Image of cat](https://www.istockphoto.com/photos/confused-cat)

now a code block
``` c
printf{"Hello, motherfather!"};
```
now a task list
- [x] writing a task list
- [x] commitin it
- [ ] use in daily life

0 comments on commit 17f19e9

Please sign in to comment.