File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ tags: result
7
7
---
8
8
<!-- Start Writing Below in Markdown -->
9
9
10
- #Headers:
10
+ #Table of Contents
11
+
12
+ * TOC
13
+ {: toc }
14
+
15
+ #Headers
11
16
12
17
# Header 1
13
18
@@ -17,15 +22,15 @@ tags: result
17
22
18
23
### Header 3
19
24
20
- #Styling:
25
+ #Styling
21
26
22
27
** Bold**
23
28
24
29
* Italics*
25
30
26
31
*** Bold and Italics***
27
32
28
- #Lists:
33
+ #Lists
29
34
30
35
1 . Item 1
31
36
@@ -37,7 +42,7 @@ tags: result
37
42
38
43
1 . ** Bold** Sub Sub Ordered Item
39
44
40
- #Links:
45
+ #Links
41
46
42
47
[ In-Line] ( https://www.google.com )
43
48
@@ -48,13 +53,13 @@ tags: result
48
53
[ 1 ] :https://www.mozilla.org
49
54
[ 2 ] :http://www.reddit.com
50
55
51
- #Images:
56
+ #Images
52
57
53
58
Hover your pointer over the image to expand the view.
54
59
55
60
![ Description] ( /project-pages/img/Logo_Fairy_Tail_right.png )
56
61
57
- #Code:
62
+ #Code
58
63
59
64
Inline ` code ` .
60
65
@@ -69,7 +74,7 @@ def hello_world():
69
74
Use MathJax for Math.
70
75
$$ A = \pi r^2 $$
71
76
72
- #Tables:
77
+ #Tables
73
78
74
79
Here | is | a | row!
75
80
| ---------| :----------| :----------:| ---------:|
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Press B to pause the presentation.
44
44
45
45
{{ page.horizontal }}
46
46
47
- #Headers:
47
+ #Headers
48
48
49
49
# Header 1
50
50
@@ -54,7 +54,7 @@ Press B to pause the presentation.
54
54
55
55
{{ page.horizontal }}
56
56
57
- #Styling:
57
+ #Styling
58
58
59
59
** Bold**
60
60
@@ -70,7 +70,7 @@ $$ A = \pi r^2 $$
70
70
71
71
{{ page.horizontal }}
72
72
73
- #Lists:
73
+ #Lists
74
74
75
75
1 . Item 1
76
76
@@ -80,7 +80,7 @@ $$ A = \pi r^2 $$
80
80
81
81
{{ page.horizontal }}
82
82
83
- #Links:
83
+ #Links
84
84
85
85
[ In-Line] ( https://www.google.com )
86
86
@@ -93,21 +93,21 @@ $$ A = \pi r^2 $$
93
93
94
94
{{ page.horizontal }}
95
95
96
- #Images:
96
+ #Images
97
97
98
98
Alt-Click to zoom.
99
99
100
100
![ Description] ( /project-pages/img/Logo_Fairy_Tail_right.png )
101
101
102
102
{{ page.horizontal }}
103
103
104
- #Code:
104
+ #Code
105
105
106
106
Inline ` code ` .
107
107
108
108
{{ page.vertical }}
109
109
110
- #Code Block:
110
+ #Code Block
111
111
112
112
import numpy as np
113
113
def _set_colors():
You can’t perform that action at this time.
0 commit comments