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 c711134 commit df0e455Copy full SHA for df0e455
tests/Elastic.Markdown.Tests/Directives/AdmonitionTests.cs
@@ -120,7 +120,7 @@ public class NestedDirectiveWithListTests(ITestOutputHelper output) : DirectiveT
120
{
121
[Fact]
122
public void Render() => Html.Should().Contain("""
123
- <li> List Item 1
+ <li>List Item 1
124
<div class="admonition note">
125
<p class="admonition-title">Note</p>
126
Hello, World!
0 commit comments