Skip to content

Commit 294f514

Browse files
authored
Merge pull request #1 from BIPLAVGHOSAL/start-markdown
Start markdown
2 parents f9a1791 + c138fb5 commit 294f514

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# This is an `<h1>` header, which is the largest
2+
3+
## This is an `<h2>` header
4+
5+
###### This is an `<h6>` header, which is the smallest
6+
7+
8+
9+
10+
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
11+
12+
13+
```
14+
$ git init
15+
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
16+
```
17+
18+
``` javascript
19+
var myVar = "Hello, world!";
20+
```
21+
22+
23+
- [x] List syntax is required
24+
- [x] This item is complete
25+
- [ ] This item is not complete
26+
- [ ] Turn on GitHub Pages
27+
- [ ] Outline my portfolio
28+
- [ ] Introduce myself to the world

0 commit comments

Comments
 (0)