turn out to be weird with blockquote
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-07-15 10:24:51 +02:00
parent deb54372a2
commit 2dc54a6f76
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -143,7 +143,7 @@ pub fn get_options<'a>() -> ComrakOptions<'a> {
options.extension.wikilinks_title_before_pipe = false; options.extension.wikilinks_title_before_pipe = false;
options.extension.underline = true; options.extension.underline = true;
options.extension.spoiler = false; options.extension.spoiler = false;
options.extension.greentext = true; options.extension.greentext = false;
// Parser // Parser
options.parse.smart = true; // could be boring options.parse.smart = true; // could be boring