Add test for ordered list parsing with multi-line items, update parser to increment list index correctly, and bump version to 2.0.1.

This commit is contained in:
2026-01-31 15:18:32 +01:00
parent e25990ca25
commit 5c0d09e38f
12 changed files with 104 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "nl.astraeus"
version = "2.0.0"
version = "2.0.1"
repositories {
mavenCentral()