Skip to content

Commit 48e2a91

Browse files
committed
fmt
1 parent 2e21f1e commit 48e2a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ impl AllTemplates {
203203
});
204204
handlebars.register_helper("static_path", Box::new(static_path));
205205

206-
handlebars_helper!(markdown_helper: |x: str|
206+
handlebars_helper!(markdown_helper: |x: str|
207207
markdown::to_html_with_options(x, &markdown::Options::gfm())
208208
.unwrap_or_else(|s|s)
209209
);

0 commit comments

Comments
 (0)