Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jun 7, 2023
1 parent 2e21f1e commit 48e2a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ impl AllTemplates {
});
handlebars.register_helper("static_path", Box::new(static_path));

handlebars_helper!(markdown_helper: |x: str|
handlebars_helper!(markdown_helper: |x: str|
markdown::to_html_with_options(x, &markdown::Options::gfm())
.unwrap_or_else(|s|s)
);
Expand Down

0 comments on commit 48e2a91

Please sign in to comment.