... |
... |
@@ -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,7 +169,7 @@ |
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]] |
... |
... |
@@ -177,13 +177,13 @@ |
177 |
177 |
|
178 |
178 |
|
179 |
179 |
|
180 |
|
- ==== **External Link**: Provide the URL directly. ==== |
|
184 |
+==== **External Link**: Provide the URL directly. ==== |
181 |
181 |
|
182 |
182 |
{{code}} |
183 |
183 |
[https://www.example.com] |
184 |
184 |
{{/code}} |
185 |
185 |
|
186 |
|
- ((( |
|
190 |
+((( |
187 |
187 |
=== **Images** === |
188 |
188 |
))) |
189 |
189 |
|
... |
... |
@@ -273,4 +273,6 @@ |
273 |
273 |
{{/velocity}} |
274 |
274 |
{{/code}} |
275 |
275 |
|
276 |
|
- |
|
280 |
+== See Also: == |
|
281 |
+ |
|
282 |
+[[Syntax Help official documentation for a full list of formatting options>>doc:XWiki.XWikiSyntax]] |