Commit Graph

14 Commits

Author SHA1 Message Date
68f0dfbc67 Add tests for nested unordered and checkbox lists, extend parser for indentation handling, and bump version to 2.0.0 2026-01-18 10:50:53 +01:00
382ee2f5aa Add test for unordered list indentation, enhance parser to handle nested lists with indentation, and bump version to 1.1.0 2026-01-17 16:46:44 +01:00
deb96c665e Add new test for complex checkbox list parsing, update parser to reset checkboxList correctly, and bump version to 1.0.11 2026-01-16 09:46:58 +01:00
a10532d762 Update parser to clear checkboxList after processing, ensuring proper parsing, and bump version to 1.0.10 2026-01-16 08:46:32 +01:00
850f66affd Extend parser to support #. as an ordered list identifier, add alternative list type tests, and update version to 1.0.9. 2026-01-10 14:39:14 +01:00
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
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