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 8b9f322 commit 0824bc8Copy full SHA for 0824bc8
tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs
@@ -130,8 +130,6 @@ public class CrossLinkReferenceTest(ITestOutputHelper output) : LinkTestBase(out
130
public void GeneratesHtml() =>
131
// language=html
132
Html.Should().Contain(
133
- // TODO: The link is not rendered correctly yet, will be fixed in a follow-up
134
-
135
"""<p><a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/">test</a></p>"""
136
);
137
0 commit comments