Updated Wiki.md (markdown)
commited
commit
749e835357c054d171a574090d59ddecd054b860
... | ... | @@ -69,13 +69,18 @@ To insert a link, you can: |
69 | 69 | |
70 | 70 | #### Make list |
71 | 71 | |
72 | To insert a list element, put `*`, `+` or `-` at the beginning of a line. |
|
72 | To insert a list element, put `*`, `+` or `-` at the beginning of a line. For example,
|
|
73 | 73 | |
74 | 74 | ``` |
75 | 75 | * Fancade |
76 | 76 | * is the fanmade |
77 | 77 | * arcade |
78 | 78 | ``` |
79 | will be |
|
80 | ||
81 | * Fancade |
|
82 | * is the fanmade |
|
83 | * arcade |
|
79 | 84 | |
80 | 85 | #### Add image |
81 | 86 |