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 1383eb0 commit 8d0e543Copy full SHA for 8d0e543
tests/Elastic.Markdown.Tests/Directives/DiagramTests.cs
@@ -31,7 +31,7 @@ flowchart LR
31
public void GeneratesEncodedUrl() => Block!.EncodedUrl.Should().StartWith("https://kroki.io/mermaid/svg/");
32
33
[Fact]
34
- public void RendersImageTag() => Html.Should().Contain("<img src=\"images/generated-graphs/");
+ public void RendersImageTag() => Html.Should().Contain("<img src=\"/images/generated-graphs/");
35
36
37
public void GeneratesContentHash() => Block!.ContentHash.Should().NotBeNullOrEmpty();
0 commit comments