Skip to content

Commit 0824bc8

Browse files
committed
remove TODO
1 parent 8b9f322 commit 0824bc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ public class CrossLinkReferenceTest(ITestOutputHelper output) : LinkTestBase(out
130130
public void GeneratesHtml() =>
131131
// language=html
132132
Html.Should().Contain(
133-
// TODO: The link is not rendered correctly yet, will be fixed in a follow-up
134-
135133
"""<p><a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/">test</a></p>"""
136134
);
137135

0 commit comments

Comments
 (0)