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 ed803e2 commit 5a8694dCopy full SHA for 5a8694d
tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs
@@ -226,10 +226,10 @@ public void GeneratesHtml() =>
226
Html.TrimEnd().Should().Be("""
227
<p>Links:</p>
228
<ul>
229
- <li> <a href="/docs/testing/req">Special Requirements</a></li>
+ <li><a href="/docs/testing/req">Special Requirements</a></li>
230
</ul>
231
232
- <li> <a href="/docs//testing/req">Special Requirements</a></li>
233
234
""");
235
0 commit comments