mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 01:32:55 +08:00
add test link with title
This commit is contained in:
parent
02cdd0b2de
commit
2e6d463901
@ -86,6 +86,15 @@ _**italic with underscore, bold with asterisk**_";
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void TestLinkWithTitle()
|
||||||
|
{
|
||||||
|
AddStep("Add Link with title", () =>
|
||||||
|
{
|
||||||
|
markdownContainer.Text = "[wikipedia](https://www.wikipedia.org \"The Free Encyclopedia\")";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestInlineCode()
|
public void TestInlineCode()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user