diff options
author | Go MAEDA <maeda@farend.jp> | 2018-09-10 14:08:37 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-09-10 14:08:37 +0000 |
commit | dfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc (patch) | |
tree | c6010e0086305a44ea851711c86e293e5753e4f2 /public/help/zh-tw/wiki_syntax_markdown.html | |
parent | 60ee5e109ee069f1c5ebd0af7f8fee08ff294d07 (diff) | |
download | redmine-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/zh-tw/wiki_syntax_markdown.html')
-rw-r--r-- | public/help/zh-tw/wiki_syntax_markdown.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/help/zh-tw/wiki_syntax_markdown.html b/public/help/zh-tw/wiki_syntax_markdown.html index 143f9c400..5b30075fe 100644 --- a/public/help/zh-tw/wiki_syntax_markdown.html +++ b/public/help/zh-tw/wiki_syntax_markdown.html @@ -38,6 +38,7 @@ <tr><th colspan="3">Redmine 連結</th></tr> <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="連結至一個 Wiki 頁面" /></th><td>[[Wiki 頁面]]</td><td><a href="#">Wiki 頁面</a></td></tr> <tr><th></th><td>議題 #12</td><td>議題 <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>版次 r43</td><td>版次 <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> |