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:37:09 +01:00
parent 11a6f3a57b
commit 7f48f5d5cd
3 changed files with 85 additions and 28 deletions

View File

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