summaryrefslogtreecommitdiffstats
path: root/public/help/cs/wiki_syntax_detailed_markdown.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/help/cs/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/cs/wiki_syntax_detailed_markdown.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/help/cs/wiki_syntax_detailed_markdown.html b/public/help/cs/wiki_syntax_detailed_markdown.html
index a3d8d7858..e5fc54ab5 100644
--- a/public/help/cs/wiki_syntax_detailed_markdown.html
+++ b/public/help/cs/wiki_syntax_detailed_markdown.html
@@ -280,6 +280,13 @@ Pro rozbalení klikněte na odkaz.
<dd><p>Zobrazí klikací náhled obrázku. Např.:</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>