Skip to content

Commit 8e7a454

Browse files
Merge pull request #1 from Lua-Matlab-Python-R-J2EE/start-markdown
Start markdown
2 parents c2c1b2c + 8f2e46f commit 8e7a454

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This is h1 <h1>
2+
## This is h2 <h2>
3+
### This is h3 <h3>
4+
#### This is h4 <h4>
5+
##### This is h5 <h5>
6+
###### This is h6 <h6>
7+
-------------------------------------------
8+
I added h1 to h6 tags in the index.md file
9+
-------------------------------------------
10+
###### ![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+
```
22+
# Adding a task list
23+
- [ ] Turn on GitHub Pages
24+
- [ ] Outline my portfolio
25+
- [ ] Introduce myself to the world
26+
27+

0 commit comments

Comments
 (0)