summaryrefslogtreecommitdiffstats
path: root/public/help/zh-tw/wiki_syntax.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/help/zh-tw/wiki_syntax.html')
-rw-r--r--public/help/zh-tw/wiki_syntax.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/help/zh-tw/wiki_syntax.html b/public/help/zh-tw/wiki_syntax.html
index 5669d14d6..14f815c1b 100644
--- a/public/help/zh-tw/wiki_syntax.html
+++ b/public/help/zh-tw/wiki_syntax.html
@@ -36,8 +36,8 @@ table td h3 { font-size: 1.2em; text-align: left; }
</td></tr>
<tr><th colspan="3">清單</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="不排序清單" /></th><td>* 清單項目 1<br />* 清單項目 2</td><td><ul><li>清單項目 1</li><li>清單項目 2</li></ul></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="排序清單" /></th><td># 清單項目 1<br /># 清單項目 2</td><td><ol><li>清單項目 1</li><li>清單項目 2</li></ol></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="不排序清單" /></th><td>* 清單項目 1<br />** Sub<br />* 清單項目 2</td><td><ul><li>清單項目 1<ul><li>Sub</li></ul></li><li>清單項目 2</li></ul></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="排序清單" /></th><td># 清單項目 1<br />## Sub<br /># 清單項目 2</td><td><ol><li>清單項目 1<ol><li>Sub</li></ol></li><li>清單項目 2</li></ol></td></tr>
<tr><th colspan="3">標題</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="標題 1" /></th><td>h1. 標題 1</td><td><h1>標題 1</h1></td></tr>