We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e21f1e commit 48e2a91Copy full SHA for 48e2a91
src/templates.rs
@@ -203,7 +203,7 @@ impl AllTemplates {
203
});
204
handlebars.register_helper("static_path", Box::new(static_path));
205
206
- handlebars_helper!(markdown_helper: |x: str|
+ handlebars_helper!(markdown_helper: |x: str|
207
markdown::to_html_with_options(x, &markdown::Options::gfm())
208
.unwrap_or_else(|s|s)
209
);
0 commit comments