mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
add test link with inline text markdown
This commit is contained in:
parent
c09067c3d5
commit
4e691ce4b0
@ -50,6 +50,15 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
});
|
||||
}
|
||||
|
||||
[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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user