List Sample
문서개요
This document has a header that specifies the List Sample.
This document is about the list.
1. 순서가 있는 목록
.목록의 제목
. Protons
. Electrons
. Neutrons
////
새 리스트를 시작하는 방법:
두 번째 리스트 위에 블록 속성([]) 행(빈 행도 포함)을 배치하고 빈 행으로 간격띄우기
////
[]
.새 목록
. Step 1
. Step 2
.. Step 2a
.. Step 2b
. Step 3
-
결과
목록의 제목
-
Protons
-
Electrons
-
Neutrons
새 목록 제목
-
Step 1
-
Step 2
-
Step 2a
-
Step 2b
-
-
Step 3
2. 순서가 없는 목록
.제목
* Level 1 list item
** Level 2 list item
*** Level 3 list item
**** Level 4 list item
***** Level 5 list item
****** etc.
* Level 1 list item
-
결과
제목
-
Level 1 list item
-
Level 2 list item
-
Level 3 list item
-
Level 4 list item
-
Level 5 list item
-
etc.
-
-
-
-
-
-
Level 1 list item
4. 설명 목록
4.1. 기본
[horizontal]
RAM:: Temporarily stores information the CPU uses during operation.
Keyboard:: Used to enter text or control items on the screen.
-
결과
RAM |
Temporarily stores information the CPU uses during operation. |
Keyboard |
Used to enter text or control items on the screen. |
4.3. 중첩
Operating Systems::
Linux:::
. Fedora
* Desktop
. Ubuntu
* Desktop
* Server
BSD:::
. FreeBSD
. NetBSD
Cloud Providers::
PaaS:::
. OpenShift
. CloudBees
IaaS:::
. Amazon EC2
. Rackspace
-
결과
- Operating Systems
-
- Linux
-
-
Fedora
-
Desktop
-
-
Ubuntu
-
Desktop
-
Server
-
-
- BSD
-
-
FreeBSD
-
NetBSD
-
- Cloud Providers
-
- PaaS
-
-
OpenShift
-
CloudBees
-
- IaaS
-
-
Amazon EC2
-
Rackspace
-