add paragraph test

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-06 15:13:43 +07:00
parent e7c563fb67
commit 91283d41ce
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2
1 changed files with 13 additions and 0 deletions

View File

@ -95,6 +95,19 @@ public void TestInlineCode()
});
}
[Test]
public void TestParagraph()
{
AddStep("Add paragraph", () =>
{
markdownContainer.Text = @"first paragraph
second paragraph
third paragraph";
});
}
[Test]
public void TestFencedCodeBlock()
{