add support for multiple <p>s in one block

This commit is contained in:
りき萌 2023-08-18 20:44:27 +02:00
parent 84ec91042e
commit 3203989cb2
4 changed files with 57 additions and 16 deletions

View file

@ -30,7 +30,6 @@ pub fn branch_to_html(s: &mut String, branch: &Branch, source: &str) {
}
}
dbg!(&line[space_count..]);
unindented_block_content.push_str(&line[space_count..]);
unindented_block_content.push('\n');
}