*, + and - are equivalent for making unordered bullet lists as per https://spec-md.com/#sec-Lists

Modified tests and documentation to reflect that.
This commit is contained in:
Martin Kopecky
2020-02-03 22:52:52 +01:00
parent 51d61b68fe
commit cb75226b4a
4 changed files with 20 additions and 8 deletions

View File

@@ -44,11 +44,13 @@ results in
## Lists
### unordered
Characters "*", "+" or "-" to make an unordered "bullet" list are equivalent.
```
* unordered
- unordered
* list
* items
+ items
```
results in
@@ -66,8 +68,8 @@ results in
* list
* items
* in
* an
* hierarchy
+ an
- hierarchy
```
results in