Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 430 Bytes

20-listes.md

File metadata and controls

41 lines (33 loc) · 430 Bytes
layout title permalink
page
Listes
listes.html

Une liste à puces:

- First item
- Second item
- Third item
- Fourth item

Résultat:

  • First item
  • Second item
  • Third item
  • Fourth item

Avec indentation:

- First item
- Second item
- Third item
  - Indented item
  - Indented item
- Fourth item

Résultat:

  • First item
  • Second item
  • Third item
    • Indented item
    • Indented item
  • Fourth item