fix(markdown): ensure correct parsing of nested lists (#1995)

* fix(markdown): ensure correct parsing of nested lists

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

* chore: update dependencies in uv.lock file

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

---------

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
This commit is contained in:
Cesar Berrospi Ramis
2025-07-25 15:17:57 +02:00
committed by GitHub
parent 1985841a19
commit aec29a7315
6 changed files with 765 additions and 550 deletions

View File

@@ -7,6 +7,6 @@ Content before first heading
- A. first
- subitem
- B. second
- 2. strange
- 2\. strange
The end!