Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 889 Bytes

File metadata and controls

54 lines (38 loc) · 889 Bytes
  1. Unordered List Item:
    - Item 1
    - Item 2
    - Item 3
    

Preview:

  • Item 1

  • Item 2

  • Item 3

    Info

    In this case, the "-" symbol is used to denote each item in an unordered list.


  1. Horizontal Rule:

    ---
    

    Info

    The "-" symbol, when used repeatedly, can create a horizontal rule to visually separate sections.


  1. Nested List Item:
    - Item 1
      - Subitem 1
      - Subitem 2
        - Sub-subitem-a
        - Sub-subitem-b
    

Preview:

  • Item 1

    • Subitem 1
    • Subitem 2
      • Sub-subitem-a
      • Sub-subitem-b

    Info

The "-" symbol, when indented, can serve as a marker for nested list items.