From 10355a403f57c93a074716c785d588c76de5634c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 9 Jun 2022 13:01:36 +0200 Subject: Add support for indented lines in paragraphs --- tests/heading_atx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/heading_atx.rs') diff --git a/tests/heading_atx.rs b/tests/heading_atx.rs index b75d058..7a830fe 100644 --- a/tests/heading_atx.rs +++ b/tests/heading_atx.rs @@ -99,7 +99,7 @@ fn heading_atx() { "should not support four initial spaces" ); - // To do: lazy. + // To do: strip whitespace. // assert_eq!( // micromark("foo\n # bar"), // "

foo\n# bar

", -- cgit