mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
add paragraph test
This commit is contained in:
@ -95,6 +95,19 @@ _**italic with underscore, bold with asterisk**_";
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestParagraph()
|
||||
{
|
||||
AddStep("Add paragraph", () =>
|
||||
{
|
||||
markdownContainer.Text = @"first paragraph
|
||||
|
||||
second paragraph
|
||||
|
||||
third paragraph";
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestFencedCodeBlock()
|
||||
{
|
||||
|
Reference in New Issue
Block a user