Skip to content

Inserting lists

Adil Shehzad edited this page Feb 16, 2020 · 3 revisions

Order Lists

  1. One
  2. Two
  3. Six

Markdown Code

1. One
2. Two
6. Six

Unordered lists

  • A list.
  • Second element.
  • A new entry.
  • Another entry in a list.
  • And the list goes on.

Markdown Code

* A list.
* Second element.
+ A new entry.
- Another entry in a list.
- And the list goes on.

Nested lists

  • First level
    • Second level
      • Third level
    • Second level again

Markdown code

  • First level
    • Second level
      • Third level
    • Second level again

Change semi-colon sign to -