Add more markdown features to the basics
commited
commit
7a731dff1fdf2ac6aab1a00271ad461939209c8f
... | ... | @@ -97,6 +97,36 @@ You can also upload an image by clicking "Upload" button in edit mode. |
97 | 97 | |
98 | 98 | (The only area a image can be uploaded by default is /uploads.) |
99 | 99 | |
100 | #### Add heading |
|
101 | ||
102 | Use hashes then a space at the start of your text. Here is a example: |
|
103 | ||
104 | ``` |
|
105 | ## Fancade |
|
106 | ## is the fanmade |
|
107 | ## arcade |
|
108 | ``` |
|
109 | ||
110 | #### Code font |
|
111 | ||
112 | To use a coding text font, use a grave accent at the start and end of your text without any spaces between both of the grave accents. For example: |
|
113 | ||
114 | Fancade > `Fancade` |
|
115 | ||
116 | If you want newlines, then you need 3 grave accents before the first line and another three after the last line. (This lets you show colors based on code languages using Coffeescript, just put coffeescript on the line that comes after the first three grave accents.) For example: |
|
117 | ||
118 | Before: |
|
119 | Fancade |
|
120 | is the fanmade |
|
121 | arcade |
|
122 | ||
123 | After: |
|
124 | ``` |
|
125 | Fancade |
|
126 | is the fanmade |
|
127 | arcade |
|
128 | ``` |
|
129 | ||
100 | 130 | ## Delete a page |
101 | 131 | |
102 | 132 | Deleting a page is possible, but restricted: |