Here is a list of tags used in RedMine Wiki.
Source for most of this: http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting
<notextile>**</notextile> - do not process the string inside
h1. Heading
h2. Subheading
h3. Subheading
---- Horizontal rule
<pre> *Your text won't become bold* </pre>
*the text here will be bold*
# quotes:
# qt. Quoted text, ala bala...
Unordered lists
* Item 1
* Item 2
** Item 21
Ordered lists
# Item 1
# Item 2
# Item 3
## Item 3.1
Tables
|_.UserID |_.Name|_.Group|_. attribute list |
|Starting with| a | simple|row |
|\3=.IT |<. align left|
Table of content
{{toc}} => left aligned toc
{{>toc}} => right aligned toc
<pre><code class="ruby">
Place your code here.
</code></pre>
* *bold*
* _italic_
* *_bold italic_*
* +underline+
* -strike-through-
* Plain ^superscript^
* Plain ~subscript~
* @inline monospace@
Blockquotes
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.
Internal Links:
"xxx specifications":/projects/documentation/repository/revisions/607e430d607e430d607e430d
External links:
External links HTTP URLs are automatically turned into clickable links:
http://www.redmine.org -- External link to the redmine website: http://www.redmine.org
someone@foo.bar -- Link to an email address: someone@foo.bar
HTTP URLs can also use different text than the link itself:
"Redmine web site":http://www.redmine.org -- External link with different text: Redmine web site
!http://www.redmine.org/attachments/7069/Redmine_logo.png(Redmine web site)!:http://www.redmine.org -- External image with a title that links to an URL:
Adding images by uploading
Attach the file to the wiki page and use !image_name!
Eg: !logo.gif!
No comments:
Post a Comment