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:53:08 +01:00
parent fd4d383c52
commit 22d99dbda6
2 changed files with 7 additions and 4 deletions

View File

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