summaryrefslogtreecommitdiffstats
path: root/public/help/cs/wiki_syntax_markdown.html
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-09-10 14:08:37 +0000
committerGo MAEDA <maeda@farend.jp>2018-09-10 14:08:37 +0000
commitdfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc (patch)
treec6010e0086305a44ea851711c86e293e5753e4f2 /public/help/cs/wiki_syntax_markdown.html
parent60ee5e109ee069f1c5ebd0af7f8fee08ff294d07 (diff)
downloadredmine-dfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc.tar.gz
redmine-dfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc.zip
Adds documentation for ##123 issue linking syntax (#29488).
Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17479 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/cs/wiki_syntax_markdown.html')
-rw-r--r--public/help/cs/wiki_syntax_markdown.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/help/cs/wiki_syntax_markdown.html b/public/help/cs/wiki_syntax_markdown.html
index 73bc7b2bc..4980081d3 100644
--- a/public/help/cs/wiki_syntax_markdown.html
+++ b/public/help/cs/wiki_syntax_markdown.html
@@ -39,6 +39,7 @@
<tr><th colspan="3">Redmine odkazy</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki stránka]]</td><td><a href="#">Wiki stránka</a></td></tr>
<tr><th></th><td>Úkol #12</td><td>Úkol <a href="#">#12</a></td></tr>
+<tr><th></th><td>##12</td><td><a href="#">Bug #12</a>: The issue subject</td></tr>
<tr><th></th><td>Revize r43</td><td>Revize <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>