mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 17:15:29 +00:00
correct heading levels
This commit is contained in:
parent
5a69f81807
commit
d3271797c9
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ fn crawl(source: &str, target: &str, output: &Output) -> Result<(), Box<dyn Erro
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut buffer = String::new();
|
let mut buffer = String::from("##"); // correct heading levels
|
||||||
File::open(&format!("{path}{name}"))?.read_to_string(&mut buffer)?;
|
File::open(&format!("{path}{name}"))?.read_to_string(&mut buffer)?;
|
||||||
data.push(buffer);
|
data.push(buffer);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue