Add tests for nested unordered and checkbox lists, extend parser for indentation handling, and bump version to 2.0.0

This commit is contained in:
2026-01-18 10:50:53 +01:00
parent 382ee2f5aa
commit 68f0dfbc67
5 changed files with 110 additions and 24 deletions

View File

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