summaryrefslogtreecommitdiffstats
path: root/public/help/fi/wiki_syntax_detailed_markdown.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/help/fi/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/fi/wiki_syntax_detailed_markdown.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/help/fi/wiki_syntax_detailed_markdown.html b/public/help/fi/wiki_syntax_detailed_markdown.html
index 56a2c3f44..0359edb1b 100644
--- a/public/help/fi/wiki_syntax_detailed_markdown.html
+++ b/public/help/fi/wiki_syntax_detailed_markdown.html
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
<pre>{{thumbnail(image.png)}}
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+ <dt><code>issue</code></dt>
+ <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+ <pre>{{issue(123)}} -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}} -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}} -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
</dl>
</p>