diff --git a/public/help/wiki_syntax.html b/public/help/wiki_syntax.html index caafacec4..6a0e10022 100644 --- a/public/help/wiki_syntax.html +++ b/public/help/wiki_syntax.html @@ -53,6 +53,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.
-Links to others resources (0.6.devel.1064 and above):
+Links to others resources (0.7):
Escaping (0.6.devel.1064 and above):
+Escaping (0.7):
* *bold*
+
+* *bold*
* _italic_
* _*bold italic*_
* +underline+
* -strike-through-
-</code>
+
Display:
@@ -157,17 +262,19 @@ http://www.redmine.org, someone@foo.barh1. Heading
+
+h1. Heading
h2. Subheading
h3. Subheading
-</code>
+
p>. right aligned
+
+p>. right aligned
p=. centered
-</code>
+
This is centered paragraph.
@@ -178,9 +285,10 @@ p=. centeredStart the paragraph with bq.
-bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern.
+
+bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern.
To go live, all you need to add is a database and a web server.
-</code>
+
Display:
@@ -193,9 +301,10 @@ To go live, all you need to add is a database and a web server.{{toc}} => left aligned toc
+
+{{toc}} => left aligned toc
{{>toc}} => right aligned toc
-</code>
+
You can highlight code in your wiki page using this syntax:
-<pre><code class="ruby">
+
+<pre><code class="ruby">
Place you code here.
</code></pre>
-
</code>
+
Example:
@@ -236,6 +346,7 @@ To go live, all you need to add is a database and a web server. 8 puts "Hello #{@name}!" 9 end 10 end -</code> + +