Add MF-5: Unordered and ordered lists

2025-09-21 20:39:05 +00:00
parent f21acaa375
commit 0925787734

@@ -0,0 +1,34 @@
Here is a Markdown example that demonstrates unordered and ordered lists.
***
### Unordered Lists
This is a simple unordered list:
* Item one
* Item two
* Item three
***
This is an unordered list using a different symbol:
- Item A
- Item B
- Item C
***
### Ordered Lists
This is a simple ordered list:
1. First item
2. Second item
3. Third item
***
This is an ordered list with sub-items:
1. Main item one
- Sub-item A
- Sub-item B
2. Main item two
- Sub-item C
3. Main item three