0 Votes

Changes for page Start here if you're new

Last modified by Ryan C on 2025/06/28 04:59

From version 31.1
edited by Ryan C
on 2025/05/14 15:48
Change comment: There is no comment for this version
To version 28.1
edited by Ryan C
on 2025/05/14 15:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,27 +18,19 @@
18 18  
19 19  ## 🧪 1. **Macro Showcase: Source-to-Output Toggle**##
20 20  
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
21 +Show how a macro works without cluttering the page with raw syntax.
22 22  
23 23  
24 -== Gallery Macro `/gallery` ==
24 +== Gallery Macro ==
25 25  
26 26  {{example}}
27 27  {{gallery}}
28 -[[1747262485678-297.png]]
28 +[[image:photo1.jpg]]
29 29  [[image:photo2.jpg]]
30 30  {{/gallery}}
31 31  {{/example}}
32 32  
33 -Alternatively 
34 -\\
35 35  
36 -{{example}}
37 -{{carousel/}}
38 -
39 -
40 -{{/example}}
41 -
42 42  == Boilerplate Box ==
43 43  
44 44  {{example}}
... ... @@ -230,7 +230,7 @@
230 230  
231 231  
232 232  
233 -*
225 +*
234 234  ** (((
235 235  === **Bold**: Surround text with double asterisks. ===
236 236  )))
... ... @@ -240,7 +240,7 @@
240 240  {{/code}}
241 241  
242 242  
243 -*
235 +*
244 244  ** (((
245 245  === **Italics**: Use double underscores. ===
246 246  )))
... ... @@ -250,7 +250,7 @@
250 250  {{/code}}
251 251  
252 252  
253 -*
245 +*
254 254  ** (((
255 255  === **Underline**: Enclose text with double tildes. ===
256 256  )))
... ... @@ -260,7 +260,7 @@
260 260  {{/code}}
261 261  
262 262  
263 -*
255 +*
264 264  ** (((
265 265  === **Unordered List**: Begin lines with asterisk (*) or hyphen (-). ===
266 266  )))
... ... @@ -271,7 +271,7 @@
271 271  {{/code}}
272 272  
273 273  
274 -*
266 +*
275 275  ** (((
276 276  === **Ordered List**: Start lines with a number followed by a period. ===
277 277  )))