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.
1 parent 6a777e2 commit e4778a5Copy full SHA for e4778a5
index.md
@@ -4,5 +4,18 @@
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
0 commit comments