generated from skills/communicate-using-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from tyrimtrx99/start-markdown
Start markdown by me
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |