From cc74ca2e6e5a888f1b0eda7c4d12ea85c81327ab Mon Sep 17 00:00:00 2001 From: Tuyen Pham <68000455+tuyen-at-work@users.noreply.github.com> Date: Sun, 21 Feb 2021 13:28:16 +0700 Subject: [PATCH] Update mod.rs --- src/utils/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/mod.rs b/src/utils/mod.rs index e401fe49..68e2c043 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -379,7 +379,7 @@ more text with spaces ``` "#; - let expected = r#"
+ let expected = r#"
"#;
assert_eq!(render_markdown(input, false), expected);
assert_eq!(render_markdown(input, true), expected);