diff options
Diffstat (limited to 'tests/thematic_break.rs')
-rw-r--r-- | tests/thematic_break.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 ***"), // "<p>Foo\n***</p>", |