Skip to content

Commit e4778a5

Browse files
Added code examples to index.md
1 parent 6a777e2 commit e4778a5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,18 @@
44
#### This is h4 <h4>
55
##### This is h5 <h5>
66
###### This is h6 <h6>
7+
-------------------------------------------
78
I added h1 to h6 tags in the index.md file
9+
-------------------------------------------
810
###### ![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
11+
-------------------------------------------
12+
13+
# javascript example
14+
``` javascript
15+
var myVar = "Heloooo!";
16+
```
17+
18+
# matlab example
19+
```
20+
x = 0:pi/10:pi; y = sin(x); plot(x, y)
21+
```

0 commit comments

Comments
 (0)