add inline code colour

Reference : 31579d45aa/resources/assets/less/bem/osu-md.less (L12-L17)
This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-05-02 22:35:30 +07:00
parent fc4fa4f696
commit 88aaa9b332
2 changed files with 18 additions and 0 deletions

View File

@ -59,6 +59,15 @@ namespace osu.Game.Tests.Visual.UserInterface
});
}
[Test]
public void TestInlineCode()
{
AddStep("Add inline code", () =>
{
markdownContainer.Text = "This is `inline code` text";
});
}
[Test]
public void TestFencedCodeBlock()
{