forgot to enable strikethrough
This commit is contained in:
parent
96b0903ce1
commit
7971464e56
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ pub fn render_with_config(markdown: &str, config: &RenderConfig, front_matter: b
|
||||||
options.extension.autolink = true;
|
options.extension.autolink = true;
|
||||||
options.extension.tasklist = true;
|
options.extension.tasklist = true;
|
||||||
options.extension.superscript = true;
|
options.extension.superscript = true;
|
||||||
|
options.extension.strikethrough = true;
|
||||||
options.extension.multiline_block_quotes = true;
|
options.extension.multiline_block_quotes = true;
|
||||||
options.extension.header_ids = Some(String::new());
|
options.extension.header_ids = Some(String::new());
|
||||||
if front_matter {
|
if front_matter {
|
||||||
|
|
Loading…
Reference in a new issue