Commit Graph

11 Commits

Author SHA1 Message Date
22d99dbda6 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. 2026-01-10 12:53:08 +01:00
fd4d383c52 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. 2026-01-10 12:45:33 +01:00
7f48f5d5cd 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. 2026-01-10 12:37:09 +01:00
11a6f3a57b Fix checkbox list parsing error, and update version to 1.0.5 2026-01-07 19:40:32 +01:00
160622b262 Update readme.md with Maven usage instructions and examples; add a new test for heading parsing in ParseTest.kt. 2026-01-07 15:28:54 +01:00
892a509743 Add readme.md with detailed Markdown parser usage, features, and supported syntax. 2026-01-07 15:17:27 +01:00
ab2572d95d Add support for checkbox lists, indented code blocks, and escaped characters. Extend tests for new Markdown features. Update project version to 1.0.4. 2026-01-07 14:56:58 +01:00
6d7d05a0d4 Update project version to 1.0.3, fix string comparison logic in test function, and add a new test for link parsing. 2025-12-14 15:50:22 +01:00
bc7cd5fb97 Refactor package structure to align with Markdown parser focus, update project version to 1.0.1, and add MIT license file. 2025-12-07 19:40:25 +01:00
63c24f6355 Refactor project to focus on Markdown parser development. Removed unused database and template-related code, added Markdown parsing functionality, and updated build configuration. 2025-12-02 19:44:45 +01:00
a8fcabc571 Initial commit 2025-12-02 18:27:59 +00:00