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/thematic_break.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/thematic_break.rs') diff --git a/tests/thematic_break.rs b/tests/thematic_break.rs index 833fa6f..1e3fb1e 100644 --- a/tests/thematic_break.rs +++ b/tests/thematic_break.rs @@ -63,7 +63,7 @@ fn thematic_break() { "should not support thematic breaks w/ 4 spaces" ); - // To do: paragraphs. + // To do: trim initial whitespace. // assert_eq!( // micromark("Foo\n ***"), // "

Foo\n***

", -- cgit