Lists
Examples of using ordered and unordered lists.
-
Step 1.
-
Step 2.
-
Step 3.
With extra content.
# a comment ./an-executable.sh
. Step 1.
. Step 2.
. Step 3.
+
With extra content.
+
```bash
./some-code.sh
```
-
Item 1
-
Item 2
-
Subitem
-
Subsubitem
-
-
-
Item 3
- Item 1
- Item 2
** Subitem
*** Subsubitem
- Item 3
Was this helpful?