Skip to content

Commit 7d95341

Browse files
committed
more markdown features
1 parent e699008 commit 7d95341

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

_pages/about.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ Hi! This is the front page of your Github Pages website. It can be long or it ca
1515
You can do anything that markdown does.
1616

1717
Heading One
18-
--------
19-
You can have subheadings.
18+
======
19+
You can have headings.
2020

21-
Headnig Two
22-
--------
21+
Heading Two
22+
------
23+
And subheadings
2324

24-
there can be code blocks
25-
that are indented
26-
and formatted nicely
25+
26+
```python
27+
s = "You can have code blocks with syntax highlighting"
28+
print(s)
29+
```

0 commit comments

Comments
 (0)