WikiSyntax.wiki
changeset 1452 4883b31e9277
parent 1451 dbeae3841e1d
child 1453 a48722ae24fa
equal deleted inserted replaced
1451:dbeae3841e1d 1452:4883b31e9277
   211 {{{
   211 {{{
   212 [WikiSyntax#Wiki-style_markup]
   212 [WikiSyntax#Wiki-style_markup]
   213 }}}
   213 }}}
   214 
   214 
   215 And it will render as: [WikiSyntax#Wiki-style_markup].
   215 And it will render as: [WikiSyntax#Wiki-style_markup].
   216 
       
   217 === Links to issues and revisions ===
       
   218 
       
   219 You can easily link to issues and revisions using the following syntax.
       
   220 
       
   221   * `issue 123` will be autolinked to issue number 123 in the current project.  You can include a `#` or not.  If the issue has been closed, the link will appear as a cross-out rather than an underline.  Hovering your mouse over such a link shows the issue summary.
       
   222 
       
   223   * `issue PROJECTNAME:122` will be autolinked to that issue number in the specified project.  This is useful when your project depends on work being done in related projects.
       
   224 
       
   225   * `r123` will be autolinked to the revision detail page for that revision in the current project.
       
   226 
       
   227 There is currently no way to disable this type of autolinking. See issue 996.
       
   228 
       
   229 {{{
       
   230 For example: Please add a comment on issue 123 rather than adding more review comments to r456. 
       
   231 }}}
       
   232 
       
   233 Renders as: Please add a comment on issue 123 rather than adding more review comments to r456.
       
   234 
       
   235 
   216 
   236 === Links to external pages ===
   217 === Links to external pages ===
   237 
   218 
   238 You can of course link to external pages from your own wiki pages,
   219 You can of course link to external pages from your own wiki pages,
   239 using a syntax similar to that for internal links:
   220 using a syntax similar to that for internal links: