Khác biệt giữa các bản “Wikicode”

Từ Thư Viện Tin Lành
Buớc tưới chuyển hướng Bước tới tìm kiếm
(Tạo trang mới với nội dung “'''Nested List''' <ol> <li>List A <ol> <li>list item A1</li> <li>list item A2</li> </ol> </li> <li>List B</li> <ol> <l…”)
 
Dòng 13: Dòng 13:
 
     </ol>
 
     </ol>
 
</ol>
 
</ol>
 +
 +
<br /><br />
 +
 +
'''List With additional Space'''
 +
# Item 1<br /><br />
 +
# Item 2<br /><br />
 +
 +
'''Ordered List: Roman Numerical Order'''
 +
 +
<ol style="list-style-type: upper-roman;">
 +
  <li>About the author</li>
 +
  <li>Foreword to the first edition</li>
 +
  <li>Foreword to the second edition</li>
 +
</ol>
 +
 +
 +
'''Ordered List: Roman Numerical Order'''

Phiên bản lúc 06:04, ngày 25 tháng 10 năm 2013

Nested List

  1. List A
    1. list item A1
    2. list item A2
  2. List B
    1. list item B1
    2. list item B2



List With additional Space

  1. Item 1

  2. Item 2

Ordered List: Roman Numerical Order

  1. About the author
  2. Foreword to the first edition
  3. Foreword to the second edition


Ordered List: Roman Numerical Order