Skip to content

Commit 97a1456

Browse files
committed
Merge pull request #34 from fredhohman/gh-pages
Added TOC Feature to Post Template
2 parents d812a8c + a23442f commit 97a1456

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

_posts/2015-01-01-New-Post.markdown

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ tags: result
77
---
88
<!-- Start Writing Below in Markdown -->
99

10-
#Headers:
10+
#Table of Contents
11+
12+
* TOC
13+
{:toc}
14+
15+
#Headers
1116

1217
# Header 1
1318

@@ -17,15 +22,15 @@ tags: result
1722

1823
### Header 3
1924

20-
#Styling:
25+
#Styling
2126

2227
**Bold**
2328

2429
*Italics*
2530

2631
***Bold and Italics***
2732

28-
#Lists:
33+
#Lists
2934

3035
1. Item 1
3136

@@ -37,7 +42,7 @@ tags: result
3742

3843
1. **Bold** Sub Sub Ordered Item
3944

40-
#Links:
45+
#Links
4146

4247
[In-Line](https://www.google.com)
4348

@@ -48,13 +53,13 @@ tags: result
4853
[1]:https://www.mozilla.org
4954
[2]:http://www.reddit.com
5055

51-
#Images:
56+
#Images
5257

5358
Hover your pointer over the image to expand the view.
5459

5560
![Description](/project-pages/img/Logo_Fairy_Tail_right.png)
5661

57-
#Code:
62+
#Code
5863

5964
Inline `code`.
6065

@@ -69,7 +74,7 @@ def hello_world():
6974
Use MathJax for Math.
7075
$$ A = \pi r^2 $$
7176

72-
#Tables:
77+
#Tables
7378

7479
Here | is | a | row!
7580
|---------|:----------|:----------:|---------:|

_posts/2015-01-01-New-Slide.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Press B to pause the presentation.
4444

4545
{{ page.horizontal }}
4646

47-
#Headers:
47+
#Headers
4848

4949
# Header 1
5050

@@ -54,7 +54,7 @@ Press B to pause the presentation.
5454

5555
{{ page.horizontal }}
5656

57-
#Styling:
57+
#Styling
5858

5959
**Bold**
6060

@@ -70,7 +70,7 @@ $$ A = \pi r^2 $$
7070

7171
{{ page.horizontal }}
7272

73-
#Lists:
73+
#Lists
7474

7575
1. Item 1
7676

@@ -80,7 +80,7 @@ $$ A = \pi r^2 $$
8080

8181
{{ page.horizontal }}
8282

83-
#Links:
83+
#Links
8484

8585
[In-Line](https://www.google.com)
8686

@@ -93,21 +93,21 @@ $$ A = \pi r^2 $$
9393

9494
{{ page.horizontal }}
9595

96-
#Images:
96+
#Images
9797

9898
Alt-Click to zoom.
9999

100100
![Description](/project-pages/img/Logo_Fairy_Tail_right.png)
101101

102102
{{ page.horizontal }}
103103

104-
#Code:
104+
#Code
105105

106106
Inline `code`.
107107

108108
{{ page.vertical }}
109109

110-
#Code Block:
110+
#Code Block
111111

112112
import numpy as np
113113
def _set_colors():

0 commit comments

Comments
 (0)