Skip to content
Open
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ You can now `merge` your pull request!

_Congratulations , you've completed this course!_


Added a comment.

Here's a recap of all the tasks you've accomplished in your repository:

1. You learned about Markdown, headings, images, code examples, and task lists.
Expand Down
Binary file added download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This is an h1 header, which is the largest one.
## This is an h2 header, which is the h2 headline.
### This is an h3 header, which is the h2 headline.

```
$ git init
Initialized empty Git repository in /Users/fenago/Projects/recipe-repository/.git/
```

- [ ] List syntax is required
- [ ] This item is complete
- [ ] This item is not complete

TESTING
- [x] #739
- [ ] https://github.com/octo-org/octo-repo/issues/740
- [ ] Add delight to the experience when all tasks are complete :tada:

![Image of Yaktocat](https://raw.githubusercontent.com/fenago/communicate-using-markdown/master/yaktocat.png)

![Image of BC](https://github.com/bmanhk/communicate-using-markdown/blob/main/download.png)