diff --git a/src/to_html.rs b/src/to_html.rs index 7eded21..80faacd 100644 --- a/src/to_html.rs +++ b/src/to_html.rs @@ -461,7 +461,7 @@ fn on_enter_block_quote(context: &mut CompileContext) { fn on_enter_task(context: &mut CompileContext) { context.tight_stack.push(false); // context.line_ending_if_needed(); - context.push(""); + context.push(""); } /// Handle [`Exit`][Kind::Exit]:[`CharacterReferenceMarker`][Name::CharacterReferenceMarker].