mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
add OsuMarkdownSeparator
Reference
d56352aeef/resources/assets/less/bem/osu-md.less (L19-L21)
This commit is contained in:
@ -62,5 +62,18 @@ This is markdown code block.
|
||||
```";
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestSeparator()
|
||||
{
|
||||
AddStep("Add Seperator", () =>
|
||||
{
|
||||
markdownContainer.Text = @"Line above
|
||||
|
||||
---
|
||||
|
||||
Line below";
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user