diff options
Diffstat (limited to 'public/help/zh-tw/wiki_syntax_markdown.html')
-rw-r--r-- | public/help/zh-tw/wiki_syntax_markdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/zh-tw/wiki_syntax_markdown.html b/public/help/zh-tw/wiki_syntax_markdown.html index e62c72010..143f9c400 100644 --- a/public/help/zh-tw/wiki_syntax_markdown.html +++ b/public/help/zh-tw/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜體" /></th><td>*斜體*</td><td><em>斜體</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="刪除線" /></th><td>~~刪除線~~</td><td><del>刪除線</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="內嵌程式碼" /></th><td>`內嵌程式碼`</td><td><code>內嵌程式碼</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="預先格式化的段落文字" /></th><td>~~~<br /> 格式化<br /> 的段落文字<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="預先格式化的段落文字" /></th><td>```<br /> 格式化<br /> 的段落文字<br />```</td><td> <pre> 格式化 的段落文字 |