зеркало из
https://github.com/quitesimpleorg/qsmaddy.git
synced 2026-02-02 22:40:31 +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
|
||||
|
||||
Ссылка в новой задаче
Block a user