... |
... |
@@ -113,7 +113,6 @@ |
113 |
113 |
|
114 |
114 |
|
115 |
115 |
|
116 |
|
-* |
117 |
117 |
** ((( |
118 |
118 |
=== **Bold**: Surround text with double asterisks. === |
119 |
119 |
))) |
... |
... |
@@ -123,7 +123,6 @@ |
123 |
123 |
{{/code}} |
124 |
124 |
|
125 |
125 |
|
126 |
|
-* |
127 |
127 |
** ((( |
128 |
128 |
=== **Italics**: Use double underscores. === |
129 |
129 |
))) |
... |
... |
@@ -133,7 +133,6 @@ |
133 |
133 |
{{/code}} |
134 |
134 |
|
135 |
135 |
|
136 |
|
-* |
137 |
137 |
** ((( |
138 |
138 |
=== **Underline**: Enclose text with double tildes. === |
139 |
139 |
))) |
... |
... |
@@ -143,7 +143,6 @@ |
143 |
143 |
{{/code}} |
144 |
144 |
|
145 |
145 |
|
146 |
|
-* |
147 |
147 |
** ((( |
148 |
148 |
=== **Unordered List**: Begin lines with asterisk (*) or hyphen (-). === |
149 |
149 |
))) |
... |
... |
@@ -154,7 +154,6 @@ |
154 |
154 |
{{/code}} |
155 |
155 |
|
156 |
156 |
|
157 |
|
-* |
158 |
158 |
** ((( |
159 |
159 |
=== **Ordered List**: Start lines with a number followed by a period. === |
160 |
160 |
))) |
... |
... |
@@ -167,23 +167,22 @@ |
167 |
167 |
|
168 |
168 |
== **Links** == |
169 |
169 |
|
|
165 |
+==== **Internal Link**: Use square brackets with the page name. ==== |
170 |
170 |
|
171 |
|
- |
172 |
|
- ==== **Internal Link**: Use square brackets with the page name. ==== |
173 |
|
- |
174 |
174 |
{{code}} |
175 |
175 |
[[PageName]] |
176 |
176 |
{{/code}} |
177 |
177 |
|
|
171 |
+* |
|
172 |
+** ((( |
|
173 |
+==== **External Link**: Provide the URL directly. ==== |
|
174 |
+))) |
178 |
178 |
|
179 |
|
- |
180 |
|
- ==== **External Link**: Provide the URL directly. ==== |
181 |
|
- |
182 |
182 |
{{code}} |
183 |
183 |
[https://www.example.com] |
184 |
184 |
{{/code}} |
185 |
185 |
|
186 |
|
- ((( |
|
180 |
+* ((( |
187 |
187 |
=== **Images** === |
188 |
188 |
))) |
189 |
189 |
|