pandoc-latex-template/tests/list-unordered/document.md
2022-11-24 16:21:50 +01:00

44 lines
486 B
Markdown

---
title: "List Unordered"
author: [Author]
date: "2022-11-24"
subject: "Markdown"
keywords: [Markdown, Example, Text, List, Unordered List]
lang: "en"
...
# Test: List Unordered
## Unordered list with dash
- one
- two
- three
## Unordered list with asterisk
* one
* two
* three
## Unordered list with plus sign
+ one
+ two
+ three
## Unordered nested list
- one
- orange
- apple
* pine
* maple
- orange
- two
+ sunny
* four
* five
* six
+ rainy