We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2c1b2c + 8f2e46f commit 8e7a454Copy full SHA for 8e7a454
index.md
@@ -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
+###### 
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