Merge remote-tracking branch 'biome/main' into feat/markdown-parser
9b3bc39
1 month ago
by afonsojramos
0%
refactor(markdown_parser): improve parsing robustness for various Markdown block types
- Enhance parsing logic for blockquotes, headers, list items, and thematic breaks
- Add more robust whitespace and marker handling
- Improve continuation line parsing for list items
- Implement more precise checkpoint and rewind mechanisms
- Add better error recovery and validation for different block types
63d17b8
1 month ago
by afonsojramos
0%
chore: run cargo fmt
8991695
1 month ago
by afonsojramos
0%
refactor(markdown_parser): remove test files and cleanup markdown configuration imports
- Delete markdown parser test files including `parser_test.rs` and `spec_test.rs`
- Remove unused Markdown configuration import from CLI commands module
- Update spec test to use more robust debugging and tree structure printing
- Remove test files for invalid markdown headers