We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc7354 commit bff016fCopy full SHA for bff016f
tests/Elastic.Markdown.Tests/Directives/AdmonitionTests.cs
@@ -196,7 +196,7 @@ public void ContainsNestedDirective()
196
// Output the full HTML for inspection
197
output.WriteLine("Generated HTML:");
198
output.WriteLine(html);
199
-
+
200
html.Should().Contain("Nested Note");
201
html.Should().Contain("This is a nested note with colons: 10:30 AM");
202
// Verify the nested note was actually parsed as a directive, not just plain text
0 commit comments