From 2dc54a6f76ff48e87b2395bb7c776c89f3ce6c1c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 Jul 2024 10:24:51 +0200 Subject: [PATCH] turn out to be weird with blockquote --- src/misc/markdown.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/markdown.rs b/src/misc/markdown.rs index 336efff..84569d8 100644 --- a/src/misc/markdown.rs +++ b/src/misc/markdown.rs @@ -143,7 +143,7 @@ pub fn get_options<'a>() -> ComrakOptions<'a> { options.extension.wikilinks_title_before_pipe = false; options.extension.underline = true; options.extension.spoiler = false; - options.extension.greentext = true; + options.extension.greentext = false; // Parser options.parse.smart = true; // could be boring