# HG changeset patch # User luisf # Date 1319466509 -3600 # Node ID 386fcfd7459f5ab94773a706b2a243c345ccd061 # Parent d41bf754c0f25cabaf3567dffd87fcfab276d7ef# Parent 1308652d7c19e933c60c4bc9d8e75ea72cf90fad Merge from branch "luisf" diff -r d41bf754c0f2 -r 386fcfd7459f public/help/wiki_syntax_detailed.html --- a/public/help/wiki_syntax_detailed.html Thu Oct 20 16:36:48 2011 +0100 +++ b/public/help/wiki_syntax_detailed.html Mon Oct 24 15:28:29 2011 +0100 @@ -68,7 +68,7 @@

Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

-

Links to other resources:

+

Links to other resources:

@@ -99,38 +99,38 @@ - - - - -

Escaping:

- - + + + + +

Escaping:

+ + @@ -198,6 +198,78 @@

Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.

+ + +

Bullets and Numbering

+ +
+* First Level Bullet
+** Second Level Bullet
+** Another Second Level Bullet
+*** Third Level Bullet
+** Back to 2nd Level Bullet
+* Back to 1st Level Bullet
+
+ + + +
+# First Level Numbering
+## Second Level Numbering
+## Another Second Level Numbering
+### Third Level Numbering
+## Back to 2nd Level Numbering
+# Back to 1st Level Numbering
+
+ +
    +
  1. First Level Numbering
  2. +
      +
    1. Second Level Numbering
    2. +
    3. Another Second Level Numbering
    4. +
        +
      1. Third Level Numbering
      2. +
      +
    5. Back to 2nd Level Numbering
    6. +
    +
  3. Back to 1st Level Numbering
  4. +
+ +
+# First Level Numbering
+#* Bullet inside numbering environment
+#* Another Bullet inside numbering environment
+# Back to 1st Level Numbering
+
+ +
    +
  1. First Level Numbering
  2. + + +
  3. Back to 1st Level Numbering
  4. +
+ + + + + + +

Paragraphs

@@ -242,7 +314,7 @@
 
     

Code highlighting

-

Code highlightment relies on CodeRay, a fast syntax highlighting library written completely in Ruby. It currently supports c, cpp, css, delphi, groovy, html, java, javascript, json, php, python, rhtml, ruby, scheme, sql, xml and yaml languages.

+

Code highlightment relies on CodeRay, a fast syntax highlighting library written completely in Ruby. It currently supports c, cpp, css, delphi, groovy, html, java, javascript, json, php, python, rhtml, ruby, scheme, sql, xml and yaml languages.

You can highlight code in your wiki page using this syntax: