Extend list parsing to handle multi-line items, improve checkbox list parsing with edge case handling, add unordered/ordered list tests, and update version to 1.0.6.

This commit is contained in:
2026-01-10 12:45:33 +01:00
parent 7f48f5d5cd
commit fd4d383c52
3 changed files with 20 additions and 1 deletions

View File

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