# HG changeset patch # User luisf # Date 1319211336 -3600 # Node ID 1308652d7c19e933c60c4bc9d8e75ea72cf90fad # Parent b96d3005ee7998473cbe2158e9f8c1bee9164f12 Wiki Formatting (bullets and Numbering enviornments) diff -r b96d3005ee79 -r 1308652d7c19 public/help/wiki_syntax_detailed.html --- a/public/help/wiki_syntax_detailed.html Fri Oct 21 16:20:22 2011 +0100 +++ b/public/help/wiki_syntax_detailed.html Fri Oct 21 16:35:36 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: