File tree Expand file tree Collapse file tree 1 file changed +25
-8
lines changed
Expand file tree Collapse file tree 1 file changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,38 @@ Here is some basic markdown syntax that you might find handy for now (based larg
5757
5858 Header with an underline
5959 ========================
60-
61- Or different underline style
62- ----------------------------
6360
6461 *one asterisk pair for italics*
6562
6663 **two asterisk pairs for bold**
6764
68- _you can also use underscores for bold_
65+ 1. For a numbered list
66+ 2. Just use numbers
67+ 3. Like this
68+
69+ * For an unordered list
70+ * Just use asterisks (*)
71+ * Like this
72+
73+ 1. Unordered
74+ 2. And ordered
75+ * Lists can also be
76+ * Combined
77+ 3. Like this
78+
79+ ```
80+
81+ # Header one
82+ ## Header two
83+ ### Header three
84+ #### Header four
6985
70- *_to do things like this_*
86+ Header with an underline
87+ ========================
88+
89+ * one asterisk pair for italics*
7190
72- ~~ two tildes for strikethrough~~
91+ ** two asterisk pairs for bold **
7392
7493 1 . For a numbered list
7594 2 . Just use numbers
@@ -85,8 +104,6 @@ Here is some basic markdown syntax that you might find handy for now (based larg
85104 * Combined
86105 3 . Like this
87106
88- ```
89-
90107 For automatic links use [ square brackets] ( https://www.google.com ) and then insert the target URL in normal brackets after
91108
92109 For images, use an exclamation to indicate this and then a link to the image location:
You can’t perform that action at this time.
0 commit comments