From 397127788cd5a9747d62874ff78fd4231903fb9c Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 15 Jan 2025 14:56:46 +0100 Subject: feat: nyaa --- markdown-tool/src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'markdown-tool/src/main.rs') diff --git a/markdown-tool/src/main.rs b/markdown-tool/src/main.rs index f321c63..99bea03 100644 --- a/markdown-tool/src/main.rs +++ b/markdown-tool/src/main.rs @@ -19,8 +19,5 @@ fn main() { let parser = Parser::new_ext(&markdown_input, options); let mut html_output: String = String::with_capacity(markdown_input.len() * 3 / 2); html::push_html(&mut html_output, parser); - println!( - " -{html_output}" - ) + println!("
{html_output}
") } -- cgit v1.2.3