turn out to be weird with blockquote
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
deb54372a2
commit
2dc54a6f76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue