66 |
66 |
|
67 |
67 |
<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <a href="#" class="wiki-page new">Nonexistent page</a>.</p>
|
68 |
68 |
|
69 |
|
<p>Links to others resources (0.7):</p>
|
|
69 |
<p>Links to others resources:</p>
|
70 |
70 |
|
71 |
71 |
<ul>
|
72 |
72 |
<li>Documents:
|
... | ... | |
80 |
80 |
<ul>
|
81 |
81 |
<li>Versions:
|
82 |
82 |
<ul>
|
83 |
|
<li><strong>version#3</strong> (link to version with id 3)</li>
|
84 |
|
<li><strong>version:1.0.0</strong> (link to version named "1.0.0")</li>
|
|
83 |
<li><strong>version#3</strong> (Link to version with id 3)</li>
|
|
84 |
<li><strong>version:1.0.0</strong> (Link to version named "1.0.0")</li>
|
85 |
85 |
<li><strong>version:"1.0 beta 2"</strong></li>
|
86 |
86 |
</ul></li>
|
87 |
87 |
</ul>
|
... | ... | |
89 |
89 |
<ul>
|
90 |
90 |
<li>Attachments:
|
91 |
91 |
<ul>
|
92 |
|
<li><strong>attachment:file.zip</strong> (link to the attachment of the current object named file.zip)</li>
|
|
92 |
<li><strong>attachment:file.zip</strong> (Link to the attachment of the current object named file.zip)</li>
|
93 |
93 |
<li>For now, attachments of the current object can be referenced only (if you're on an issue, it's possible to reference attachments of this issue only)</li>
|
94 |
94 |
</ul></li>
|
95 |
95 |
</ul>
|
... | ... | |
97 |
97 |
<ul>
|
98 |
98 |
<li>Repository files
|
99 |
99 |
<ul>
|
100 |
|
<li><strong>source:some/file</strong> -- Link to the file located at /some/file in the project's repository</li>
|
101 |
|
<li><strong>source:some/file@52</strong> -- Link to the file's revision 52</li>
|
102 |
|
<li><strong>source:some/file#L120</strong> -- Link to line 120 of the file</li>
|
103 |
|
<li><strong>source:some/file@52#L120</strong> -- Link to line 120 of the file's revision 52</li>
|
104 |
|
<li><strong>export:some/file</strong> -- Force the download of the file</li>
|
|
100 |
<li><strong>source:some/file</strong> (Link to the file located at /some/file in the project's repository)</li>
|
|
101 |
<li><strong>source:some/file@52</strong> (Link to the file's revision 52)</li>
|
|
102 |
<li><strong>source:some/file#L120</strong> (Link to line 120 of the file)</li>
|
|
103 |
<li><strong>source:some/file@52#L120</strong> (Link to line 120 of the file's revision 52)</li>
|
|
104 |
<li><strong>export:some/file</strong> (Force the download of the file)</li>
|
105 |
105 |
</ul></li>
|
106 |
106 |
</ul>
|
107 |
107 |
|
108 |
|
<p>Escaping (0.7):</p>
|
|
108 |
<ul>
|
|
109 |
<li>Forum Messages:
|
|
110 |
<ul>
|
|
111 |
<li><strong>message#1218</strong> (Link to message with id 1218)</li>
|
|
112 |
</ul></li>
|
|
113 |
</ul>
|
|
114 |
|
|
115 |
|
|
116 |
<p>Escaping:</p>
|
109 |
117 |
|
110 |
118 |
<ul>
|
111 |
119 |
<li>You can prevent Redmine links from being parsed by preceding them with an exclamation mark: !</li>
|