鏡像自
https://github.com/quitesimpleorg/qsmaddy.git
已同步 2025-06-26 21:22:05 +02: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
|
||||
|
新增問題並參考
封鎖使用者