Lists

문서개요

This document has a header that specifies the Lists.
This document is about the list.

1. 순서가 있는 목록

.목록의 제목
. Protons
. Electrons
. Neutrons

////
새 리스트를 시작하는 방법:
두 번째 리스트 위에 블록 속성([]) 행(빈 행도 포함)을 배치하고 빈 행으로 간격띄우기
////

[]
.새 목록
. Step 1
. Step 2
.. Step 2a
.. Step 2b
. Step 3
  • 결과

목록의 제목
  1. Protons

  2. Electrons

  3. Neutrons

새 목록 제목
  1. Step 1

  2. Step 2

    1. Step 2a

    2. Step 2b

  3. 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

3. 체크리스트

* [x] checked
* [ ] not checked
* normal list item
  • 결과

  • checked

  • not checked

  • normal 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.2. 혼합

Dairy::
* Milk
* Eggs
Bakery::
* Bread
  • 결과

Dairy
  • Milk

  • Eggs

Bakery
  • Bread

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
  1. Fedora

    • Desktop

  2. Ubuntu

    • Desktop

    • Server

BSD
  1. FreeBSD

  2. NetBSD

Cloud Providers
PaaS
  1. OpenShift

  2. CloudBees

IaaS
  1. Amazon EC2

  2. Rackspace