correct heading levels

This commit is contained in:
yggverse 2025-02-12 18:15:02 +02:00
parent 5a69f81807
commit d3271797c9

View file

@ -108,7 +108,7 @@ fn crawl(source: &str, target: &str, output: &Output) -> Result<(), Box<dyn Erro
continue;
}
let mut buffer = String::new();
let mut buffer = String::from("##"); // correct heading levels
File::open(&format!("{path}{name}"))?.read_to_string(&mut buffer)?;
data.push(buffer);