useless
This commit is contained in:
parent
696d8e0f58
commit
f7b2830d7f
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue