... |
... |
@@ -18,10 +18,10 @@ |
18 |
18 |
|
19 |
19 |
## 🧪 1. **Macro Showcase: Source-to-Output Toggle**## |
20 |
20 |
|
21 |
|
-Show how a macro works without cluttering the page with raw syntax. |
|
21 |
+In this section we will go over many of the common macros used. The source code is how you use the macro editing in Wiki mode. If you are doing standard WYSIWYG edit mode (the default mode you get when you click edit instead of the dropdown), you can call most of these macros by simply typing /thecommand |
22 |
22 |
|
23 |
23 |
|
24 |
|
-== Gallery Macro == |
|
24 |
+== Gallery Macro `/gallery` == |
25 |
25 |
|
26 |
26 |
{{example}} |
27 |
27 |
{{gallery}} |
... |
... |
@@ -222,7 +222,7 @@ |
222 |
222 |
|
223 |
223 |
|
224 |
224 |
|
225 |
|
-* |
|
225 |
+* |
226 |
226 |
** ((( |
227 |
227 |
=== **Bold**: Surround text with double asterisks. === |
228 |
228 |
))) |
... |
... |
@@ -232,7 +232,7 @@ |
232 |
232 |
{{/code}} |
233 |
233 |
|
234 |
234 |
|
235 |
|
-* |
|
235 |
+* |
236 |
236 |
** ((( |
237 |
237 |
=== **Italics**: Use double underscores. === |
238 |
238 |
))) |
... |
... |
@@ -242,7 +242,7 @@ |
242 |
242 |
{{/code}} |
243 |
243 |
|
244 |
244 |
|
245 |
|
-* |
|
245 |
+* |
246 |
246 |
** ((( |
247 |
247 |
=== **Underline**: Enclose text with double tildes. === |
248 |
248 |
))) |
... |
... |
@@ -252,7 +252,7 @@ |
252 |
252 |
{{/code}} |
253 |
253 |
|
254 |
254 |
|
255 |
|
-* |
|
255 |
+* |
256 |
256 |
** ((( |
257 |
257 |
=== **Unordered List**: Begin lines with asterisk (*) or hyphen (-). === |
258 |
258 |
))) |
... |
... |
@@ -263,7 +263,7 @@ |
263 |
263 |
{{/code}} |
264 |
264 |
|
265 |
265 |
|
266 |
|
-* |
|
266 |
+* |
267 |
267 |
** ((( |
268 |
268 |
=== **Ordered List**: Start lines with a number followed by a period. === |
269 |
269 |
))) |