0 Votes

Changes for page Start here if you're new

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

From version 9.1
edited by Ryan C
on 2025/03/16 01:20
Change comment: There is no comment for this version
To version 8.1
edited by Ryan C
on 2025/03/16 01:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -112,7 +112,7 @@
112 112  === **Text Formatting** ===
113 113  
114 114  
115 -
115 +*
116 116  ** (((
117 117  === **Bold**: Surround text with double asterisks. ===
118 118  )))
... ... @@ -121,7 +121,7 @@
121 121  **bold text**
122 122  {{/code}}
123 123  
124 -
124 +*
125 125  ** (((
126 126  === **Italics**: Use double underscores. ===
127 127  )))
... ... @@ -130,7 +130,7 @@
130 130  __italic text__
131 131  {{/code}}
132 132  
133 -
133 +*
134 134  ** (((
135 135  === **Underline**: Enclose text with double tildes. ===
136 136  )))
... ... @@ -139,7 +139,10 @@
139 139  ~~underlined text~~
140 140  {{/code}}
141 141  
142 +*
143 +*
142 142  
145 +*
143 143  ** (((
144 144  === **Unordered List**: Begin lines with asterisk (*) or hyphen (-). ===
145 145  )))
... ... @@ -149,7 +149,7 @@
149 149  * Item 2
150 150  {{/code}}
151 151  
152 -
155 +*
153 153  ** (((
154 154  === **Ordered List**: Start lines with a number followed by a period. ===
155 155  )))
... ... @@ -159,9 +159,15 @@
159 159  2. Second item
160 160  {{/code}}
161 161  
165 +* (((
166 +=== ===
167 +)))
168 +* (((
169 +=== **Links** ===
170 +)))
162 162  
163 -== **Links** ==
164 164  
173 +
165 165  ==== **Internal Link**: Use square brackets with the page name. ====
166 166  
167 167  {{code}}
... ... @@ -190,7 +190,7 @@
190 190  
191 191  Macros are powerful tools in XWiki that allow for dynamic content inclusion and advanced formatting. Here are ten notable macros to consider:
192 192  
193 -**Box Macro**: Encapsulates content within a styled box, useful for highlighting information.
202 +1. **Box Macro**: Encapsulates content within a styled box, useful for highlighting information.
194 194  
195 195  {{code}}
196 196  {{box}}
... ... @@ -199,7 +199,7 @@
199 199  {{/code}}
200 200  
201 201  
202 -=== **Info Macro**: Displays an informational message, often used for tips or notes. ===
211 +=== **Info Macro**: Displays an informational message, often used for tips or notes. ===
203 203  
204 204  {{code}}
205 205  {{info}}
... ... @@ -208,7 +208,7 @@
208 208  {{/code}}
209 209  
210 210  
211 -=== **Warning Macro**: Highlights warnings or important notices. ===
220 +=== **Warning Macro**: Highlights warnings or important notices. ===
212 212  
213 213  {{code}}
214 214  {{warning}}
... ... @@ -217,7 +217,7 @@
217 217  {{/code}}
218 218  
219 219  
220 -=== **Code Macro**: Renders code snippets with syntax highlighting. ===
229 +=== **Code Macro**: Renders code snippets with syntax highlighting. ===
221 221  
222 222  {{code}}
223 223  {{code language="python"}}
... ... @@ -227,7 +227,7 @@
227 227  {{/code}}
228 228  
229 229  
230 -=== **Gallery Macro**: Creates an image gallery from attached images. ===
239 +=== **Gallery Macro**: Creates an image gallery from attached images. ===
231 231  
232 232  {{code}}
233 233  {{gallery}}