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 af0316e commit 30da4e2Copy full SHA for 30da4e2
tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs
@@ -150,7 +150,7 @@ Go to [test](kibana://index.md)
150
public void GeneratesHtml() =>
151
// language=html
152
Html.Should().Contain(
153
- """<p>Go to <a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/">test</a></p>"""
+ """<p>Go to <a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/" hx-select-oob="#main-container" preload="mousedown">test</a></p>"""
154
);
155
156
[Fact]
0 commit comments