add support for multiple <p>s in one block
This commit is contained in:
parent
84ec91042e
commit
3203989cb2
4 changed files with 57 additions and 16 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue