diff --git a/app/views/help/wiki_syntax.html.erb b/app/views/help/wiki_syntax.html.erb index b8e2f705..6b3b95d8 100644 --- a/app/views/help/wiki_syntax.html.erb +++ b/app/views/help/wiki_syntax.html.erb @@ -39,7 +39,7 @@
Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.
+ChiliProject allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.
Escaping:
-HTTP URLs and email addresses are automatically turned into clickable links:
-http://www.redmine.org, someone@foo.bar +https://www.chiliproject.org, someone@foo.bar-
displays: http://www.redmine.org, someone@foo.bar
+displays: https://www.chiliproject.org, someone@foo.bar
If you want to display a specific text instead of the URL, you can use the standard textile syntax:
-"Redmine web site":http://www.redmine.org +"ChiliProject web site":https://www.chiliproject.org-
displays: Redmine web site
+displays: ChiliProject web site
For things such as headlines, bold, tables, lists, Redmine supports Textile syntax. See http://www.textism.com/tools/textile/ for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.
+For things such as headlines, bold, tables, lists, ChiliProject supports Textile syntax. See http://www.textism.com/tools/textile/ for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.
Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.
+ChiliProject assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.
Redmine has the following builtin macros:
+ChiliProject has the following builtin macros:
hello_world
Sample macro.
include
Include a wiki page. Example: