mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
add autolink test
This commit is contained in:
@ -95,6 +95,15 @@ _**italic with underscore, bold with asterisk**_";
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void TestAutoLink()
|
||||||
|
{
|
||||||
|
AddStep("Add autolink", () =>
|
||||||
|
{
|
||||||
|
markdownContainer.Text = "<https://discord.gg/ppy>";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestInlineCode()
|
public void TestInlineCode()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user