... |
... |
@@ -2,10 +2,8 @@ |
2 |
2 |
|
3 |
3 |
---- |
4 |
4 |
|
5 |
|
-== Getting Started with XWiki == |
|
5 |
+== == |
6 |
6 |
|
7 |
|
-This page covers all the essential steps and tips you need to create great content in XWiki without any confusion. |
8 |
|
- |
9 |
9 |
== 📖 Table of Contents: == |
10 |
10 |
|
11 |
11 |
{{toc/}} |
... |
... |
@@ -12,6 +12,12 @@ |
12 |
12 |
|
13 |
13 |
---- |
14 |
14 |
|
|
13 |
+== Getting Started with XWiki == |
|
14 |
+ |
|
15 |
+This page covers all the essential steps and tips you need to create great content in XWiki without any confusion. |
|
16 |
+ |
|
17 |
+== == |
|
18 |
+ |
15 |
15 |
== 📎 **Attachments and Images** == |
16 |
16 |
|
17 |
17 |
You can easily upload files and images directly from the WYSIWYG editor: |
... |
... |
@@ -169,22 +169,21 @@ |
169 |
169 |
|
170 |
170 |
|
171 |
171 |
|
172 |
|
-==== ** Internal Link**: Use square brackets with the page name. ==== |
|
176 |
+==== **Internal Link**: Use square brackets with the page name. ==== |
173 |
173 |
|
174 |
174 |
{{code}} |
175 |
175 |
[[PageName]] |
176 |
176 |
{{/code}} |
177 |
177 |
|
178 |
|
-* |
179 |
|
-** ((( |
|
182 |
+ |
|
183 |
+ |
180 |
180 |
==== **External Link**: Provide the URL directly. ==== |
181 |
|
-))) |
182 |
182 |
|
183 |
183 |
{{code}} |
184 |
184 |
[https://www.example.com] |
185 |
185 |
{{/code}} |
186 |
186 |
|
187 |
|
-* ((( |
|
190 |
+((( |
188 |
188 |
=== **Images** === |
189 |
189 |
))) |
190 |
190 |
|
... |
... |
@@ -274,4 +274,6 @@ |
274 |
274 |
{{/velocity}} |
275 |
275 |
{{/code}} |
276 |
276 |
|
277 |
|
- |
|
280 |
+== See Also: == |
|
281 |
+ |
|
282 |
+[[Syntax Help official documentation for a full list of formatting options>>doc:XWiki.XWikiSyntax]] |