Skip to content
Snippets Groups Projects
Commit c06005bf authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-14621: Normalize content to avoid spurious changes on first save

parent 78200bdd
No related merge requests found
......@@ -79,7 +79,9 @@
</attachment>
<content>The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on **Edit** to get started!
{{info}}Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page.{{/info}}
{{info}}
Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page.
{{/info}}
If you want to give a look to the underlying [[XWiki Syntax&gt;&gt;XWiki.XWikiSyntax]], you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page.
......@@ -193,7 +195,9 @@
This macro allows you to draw users' attention to a specific piece of information:
{{warning}}Hello World{{/warning}}
{{warning}}
Hello World
{{/warning}}
== Table of Contents ==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment