... |
... |
@@ -2,8 +2,10 @@ |
2 |
2 |
|
3 |
3 |
---- |
4 |
4 |
|
5 |
|
-== == |
|
5 |
+== Getting Started with XWiki == |
6 |
6 |
|
|
7 |
+This page covers all the essential steps and tips you need to create great content in XWiki without any confusion. |
|
8 |
+ |
7 |
7 |
== 📖 Table of Contents: == |
8 |
8 |
|
9 |
9 |
{{toc/}} |
... |
... |
@@ -10,12 +10,6 @@ |
10 |
10 |
|
11 |
11 |
---- |
12 |
12 |
|
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 |
|
- |
19 |
19 |
== 📎 **Attachments and Images** == |
20 |
20 |
|
21 |
21 |
You can easily upload files and images directly from the WYSIWYG editor: |
... |
... |
@@ -117,7 +117,6 @@ |
117 |
117 |
|
118 |
118 |
|
119 |
119 |
|
120 |
|
-* |
121 |
121 |
** ((( |
122 |
122 |
=== **Bold**: Surround text with double asterisks. === |
123 |
123 |
))) |
... |
... |
@@ -127,7 +127,6 @@ |
127 |
127 |
{{/code}} |
128 |
128 |
|
129 |
129 |
|
130 |
|
-* |
131 |
131 |
** ((( |
132 |
132 |
=== **Italics**: Use double underscores. === |
133 |
133 |
))) |
... |
... |
@@ -137,7 +137,6 @@ |
137 |
137 |
{{/code}} |
138 |
138 |
|
139 |
139 |
|
140 |
|
-* |
141 |
141 |
** ((( |
142 |
142 |
=== **Underline**: Enclose text with double tildes. === |
143 |
143 |
))) |
... |
... |
@@ -147,7 +147,6 @@ |
147 |
147 |
{{/code}} |
148 |
148 |
|
149 |
149 |
|
150 |
|
-* |
151 |
151 |
** ((( |
152 |
152 |
=== **Unordered List**: Begin lines with asterisk (*) or hyphen (-). === |
153 |
153 |
))) |
... |
... |
@@ -158,7 +158,6 @@ |
158 |
158 |
{{/code}} |
159 |
159 |
|
160 |
160 |
|
161 |
|
-* |
162 |
162 |
** ((( |
163 |
163 |
=== **Ordered List**: Start lines with a number followed by a period. === |
164 |
164 |
))) |
... |
... |
@@ -171,8 +171,6 @@ |
171 |
171 |
|
172 |
172 |
== **Links** == |
173 |
173 |
|
174 |
|
- |
175 |
|
- |
176 |
176 |
==== **Internal Link**: Use square brackets with the page name. ==== |
177 |
177 |
|
178 |
178 |
{{code}} |
... |
... |
@@ -179,15 +179,16 @@ |
179 |
179 |
[[PageName]] |
180 |
180 |
{{/code}} |
181 |
181 |
|
182 |
|
- |
183 |
|
- |
|
171 |
+* |
|
172 |
+** ((( |
184 |
184 |
==== **External Link**: Provide the URL directly. ==== |
|
174 |
+))) |
185 |
185 |
|
186 |
186 |
{{code}} |
187 |
187 |
[https://www.example.com] |
188 |
188 |
{{/code}} |
189 |
189 |
|
190 |
|
-((( |
|
180 |
+* ((( |
191 |
191 |
=== **Images** === |
192 |
192 |
))) |
193 |
193 |
|