rnentjes
  • Joined on 2024-04-21
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-10 15:05:28 +01:00
c9bbb0c3a7 Update readme.md with version 1.0.9, corrected header typo, and added examples for alternate ordered list syntax.
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-10 14:39:17 +01:00
850f66affd Extend parser to support #. as an ordered list identifier, add alternative list type tests, and update version to 1.0.9.
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-10 12:53:11 +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.
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-10 12:45:37 +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.
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-10 12:37:14 +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.
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-07 19:40:37 +01:00
11a6f3a57b Fix checkbox list parsing error, and update version to 1.0.5
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-07 15:28:58 +01:00
160622b262 Update readme.md with Maven usage instructions and examples; add a new test for heading parsing in ParseTest.kt.
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-07 15:17:37 +01:00
892a509743 Add readme.md with detailed Markdown parser usage, features, and supported syntax.
rnentjes pushed to master at rnentjes/markdown-parser 2026-01-07 14:57:04 +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.
rnentjes closed issue rnentjes/vst-string#1 2025-12-25 10:40:12 +01:00
Add config options
rnentjes pushed to master at rnentjes/markdown-parser 2025-12-14 15:50:27 +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.
rnentjes pushed to master at rnentjes/markdown-parser 2025-12-07 19:40:32 +01:00
bc7cd5fb97 Refactor package structure to align with Markdown parser focus, update project version to 1.0.1, and add MIT license file.
63c24f6355 Refactor project to focus on Markdown parser development. Removed unused database and template-related code, added Markdown parsing functionality, and updated build configuration.
Compare 2 commits »
rnentjes created repository rnentjes/markdown-parser 2025-12-02 19:28:00 +01:00
rnentjes created repository rnentjes/simple-server-html 2025-10-19 15:23:18 +02:00
rnentjes pushed to master at rnentjes/kotlin-komponent 2025-10-18 16:25:00 +02:00
88cf5b8533 Bump version to 1.2.10, simplify attribute and event handling in ElementExtensions, and remove deprecated logic in HtmlBuilder.
rnentjes pushed to master at rnentjes/kotlin-webgl-fractal 2025-10-18 13:46:33 +02:00
74fce5d574 Refactor ShaderProgram class for improved readability and structure; add missing imports. Minor HTML formatting adjustments in index.html.
fcabd72075 Update readme with corrected URL link
56386d406c Clean up unused dependencies, reorganize source sets, and update readme with project details.
50a765f4ae Remove unused Julia class and related Kotlin/JS logic from the project.
2ae3a9ad8f Add readme
rnentjes created branch master in rnentjes/kotlin-webgl-fractal 2025-10-18 13:46:32 +02:00
rnentjes created repository rnentjes/kotlin-webgl-fractal 2025-10-18 13:45:50 +02:00
rnentjes pushed to master at rnentjes/kotlin-server-web-undertow 2025-10-05 13:08:13 +02:00
9a003f0f68 Update artifact configurations and improve server port usage
rnentjes pushed to master at rnentjes/kotlin-server-web-undertow 2025-09-30 15:34:01 +02:00
9448127654 Update library dependencies to latest versions