1
0
peilaus alkaen https://github.com/quitesimpleorg/qsmaddy.git synced 2025-08-13 16:49:53 +02:00

*, + 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
vanhempi 51d61b68fe
commit cb75226b4a
4 muutettua tiedostoa jossa 20 lisäystä ja 8 poistoa

Näytä tiedosto

@@ -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