Skip to content

Commit deab3ba

Browse files
Tiny whitespace changes
1 parent b7aa78c commit deab3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ impl HtmlHandlebars {
4949
content = helpers::playpen::render_playpen(&content, p);
5050
}
5151

52-
// Render markdown using the pulldown-cmark crate
5352
content = utils::render_markdown(&content);
5453
print_content.push_str(&content);
5554

@@ -58,6 +57,7 @@ impl HtmlHandlebars {
5857
ch.path
5958
.to_str()
6059
.ok_or_else(|| io::Error::new(io::ErrorKind::Other, "Could not convert path to str"))?;
60+
6161
data.insert("path".to_owned(), json!(path));
6262
data.insert("content".to_owned(), json!(content));
6363
data.insert("chapter_title".to_owned(), json!(ch.name));

0 commit comments

Comments
 (0)