feat: add new dependencies and integration tests for markdown and text formats

This commit is contained in:
2025-08-24 13:42:59 +02:00
parent ce79dce9a5
commit d3511721de
5 changed files with 134 additions and 0 deletions

4
tests/fixtures/example.rs vendored Normal file
View File

@@ -0,0 +1,4 @@
// This is a sample Rust file for testing purposes.
fn main() {
println!("Hello, world!");
}