zrcadlo
https://github.com/quitesimpleorg/qsmaddy.git
synchronizováno 2026-02-02 22:40:31 +01:00
orderedlistparser: Add parsing support for fully numeric markdown lists
Tento commit je obsažen v:
@@ -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
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele