Skip to content

Commit c5c9c98

Browse files
authored
Merge pull request #1 from kdzamora/start-markdown
Start markdown
2 parents b9f654e + ed7b79d commit c5c9c98

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This header is H1 defined by one pound sign
2+
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
3+
4+
```
5+
$ git init
6+
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
7+
```
8+
9+
``` javascript
10+
var myVar = "Hello, world!";
11+
```
12+
13+
- [x] List syntax is required
14+
- [x] This item is complete
15+
- [ ] This item is not complete
16+
17+
- [ ] Turn on GitHub Pages
18+
- [ ] Outline my portfolio
19+
- [ ] Introduce myself to the world

0 commit comments

Comments
 (0)