This commit is contained in:
Mylloon 2024-11-28 00:00:42 +01:00
parent 696d8e0f58
commit f7b2830d7f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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)