Skip to content

Commit 9e39a08

Browse files
author
protohedgehog
committed
Minor updates to syntax
1 parent df00fee commit 9e39a08

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content_development/Task_1.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ It is because markdown is so flexible in reading, writing, and conversion, that
4848

4949
Here is some basic markdown syntax that you might find handy for now (based largely on this [cheatsheet from Adam Pritchard](https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet)):
5050

51-
`# Header one
51+
```markdown
52+
53+
# Header one
5254
## Header two
5355
### Header three
5456
#### Header four
@@ -57,8 +59,8 @@ Here is some basic markdown syntax that you might find handy for now (based larg
5759
========================
5860

5961
Or different underline style
60-
----------------------------`
61-
62+
----------------------------
63+
6264
*one asterisk pair for italics*
6365

6466
**two asterisk pairs for bold**
@@ -73,7 +75,6 @@ Here is some basic markdown syntax that you might find handy for now (based larg
7375
2. Just use numbers
7476
3. Like this
7577

76-
7778
* For an unordered list
7879
* Just use asterisks (*)
7980
* Like this
@@ -84,6 +85,8 @@ Here is some basic markdown syntax that you might find handy for now (based larg
8485
* Combined
8586
3. Like this
8687

88+
```
89+
8790
For automatic links use [square brackets](https://www.google.com) and then insert the target URL in normal brackets after
8891

8992
For images, use an exclamation to indicate this and then a link to the image location:

0 commit comments

Comments
 (0)