diff --git a/public/help/wiki_syntax_detailed.html b/public/help/wiki_syntax_detailed.html
index ad0268b6a..05906c5e7 100644
--- a/public/help/wiki_syntax_detailed.html
+++ b/public/help/wiki_syntax_detailed.html
@@ -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:
- Documents:
@@ -76,7 +76,7 @@
- document#17 (link to document with id 17)
- document:Greetings (link to the document with title "Greetings")
- document:"Some document" (double quotes can be used when document title contains spaces)
- - sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
+ - sandbox:document:"Some document" (link to a document with title "Some document" in other project "sandbox")
@@ -99,38 +99,38 @@
- - Repository files:
+
- Repository files:
- - source:some/file (link to the file located at /some/file in the project's repository)
- - source:some/file@52 (link to the file's revision 52)
- - source:some/file#L120 (link to line 120 of the file)
- - source:some/file@52#L120 (link to line 120 of the file's revision 52)
- - source:"some file@52#L120" (use double quotes when the URL contains spaces
+ - source:some/file (link to the file located at /some/file in the project's repository)
+ - source:some/file@52 (link to the file's revision 52)
+ - source:some/file#L120 (link to line 120 of the file)
+ - source:some/file@52#L120 (link to line 120 of the file's revision 52)
+ - source:"some file@52#L120" (use double quotes when the URL contains spaces
- export:some/file (force the download of the file)
- sandbox:source:some/file (link to the file located at /some/file in the repository of the project "sandbox")
- - sandbox:export:some/file (force the download of the file)
-
+ - sandbox:export:some/file (force the download of the file)
+
- - Forum messages:
-
- - message#1218 (link to message with id 1218)
-
-
-
-
- - Projects:
-
- - project#3 (link to project with id 3)
- - project:someproject (link to project named "someproject")
-
-
-
-
- Escaping:
-
-
+ - Forum messages:
+
+ - message#1218 (link to message with id 1218)
+
+
+
+
+ - Projects:
+
+ - project#3 (link to project with id 3)
+ - project:someproject (link to project named "someproject")
+
+
+
+
+ Escaping:
+
+
- You can prevent Redmine links from being parsed by preceding them with an exclamation mark: !
@@ -242,7 +242,7 @@ To go live, all you need to add is a database and a web server.
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: