Merge remote-tracking branch 'biome/main' into feat/markdown-parser
9b3bc39
10 months ago
by afonsojramos
-0.02%
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
10 months ago
by afonsojramos
-0.04%
chore: run cargo fmt
8991695
10 months ago
by afonsojramos
-0.08%
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