add test link with inline text markdown

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-04-28 11:01:54 +07:00
parent c09067c3d5
commit 4e691ce4b0
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2
1 changed files with 9 additions and 0 deletions

View File

@ -50,6 +50,15 @@ public void TestLink()
});
}
[Test]
public void TestLinkWithInlineText()
{
AddStep("Add Link with inline text", () =>
{
markdownContainer.Text = "Hey, [welcome to osu!](https://osu.ppy.sh) Please enjoy the game.";
});
}
[Test]
public void TestFencedCodeBlock()
{