1
0
镜像自地址 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2025-06-26 21:22:05 +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.
这个提交包含在:
Martin Kopecky
2020-02-03 22:52:52 +01:00
父节点 51d61b68fe
当前提交 cb75226b4a
共有 4 个文件被更改,包括 20 次插入8 次删除

查看文件

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