Skip to content

Commit bff016f

Browse files
committed
Run dotnet format
1 parent 8cc7354 commit bff016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elastic.Markdown.Tests/Directives/AdmonitionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public void ContainsNestedDirective()
196196
// Output the full HTML for inspection
197197
output.WriteLine("Generated HTML:");
198198
output.WriteLine(html);
199-
199+
200200
html.Should().Contain("Nested Note");
201201
html.Should().Contain("This is a nested note with colons: 10:30 AM");
202202
// Verify the nested note was actually parsed as a directive, not just plain text

0 commit comments

Comments
 (0)