diff --git a/src/utils/markdown.rs b/src/utils/markdown.rs index 03f1e73..1f99ec1 100644 --- a/src/utils/markdown.rs +++ b/src/utils/markdown.rs @@ -37,9 +37,6 @@ pub fn get_options() -> ComrakOptions { .multiline_block_quotes(true) .math_dollars(true) .underline(true) - //.spoiler(true) // todo: css - //.image_url_rewriter(Arc::new(|url: &str| url.into())) // todo: image rewriter b64 - //.link_url_rewriter(Arc::new(|url: &str| url.into())) // todo: local link .build(), parse: comrak::ParseOptions::builder() .smart(true)