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 4a6fd78 commit c711134Copy full SHA for c711134
tests/Elastic.Markdown.Tests/Directives/AdmonitionTests.cs
@@ -149,7 +149,7 @@ public class NestedDirectiveWithListTests2(ITestOutputHelper output) : Directive
149
{
150
[Fact]
151
public void Render() => Html.Should().Contain("""
152
- <li> List Item 1
+ <li>List Item 1
153
<div class="admonition note">
154
<p class="admonition-title">Note</p>
155
Hello, World!
@@ -177,7 +177,7 @@ public class NestedDirectiveWithListTests3(ITestOutputHelper output) : Directive
177
178
179
180
181
182
183
0 commit comments