镜像自地址
https://github.com/quitesimpleorg/qsmaddy.git
已同步 2025-12-12 09:39:27 +01:00
orderedlistparser: Add parsing support for fully numeric markdown lists
这个提交包含在:
@@ -94,6 +94,26 @@ results in
|
||||
|
||||
```
|
||||
|
||||
1. ordered
|
||||
2. list
|
||||
3. items
|
||||
|
||||
```
|
||||
|
||||
results in
|
||||
|
||||
```html
|
||||
|
||||
<ol>
|
||||
<li>ordered</li>
|
||||
<li>list</li>
|
||||
<li>items</li>
|
||||
</ol>
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
1. ordered
|
||||
* list
|
||||
* items
|
||||
|
||||
在新工单中引用
屏蔽一个用户